16Jun/042
You too can crash Windows
Stefano posts a program that will cause Linux kernal 2.4.x and 2.6.x version to lock up when run. WOW, that’s amazing. A program that will cause the machine to lock up. A C program at that, that’s amazing.
Then he says.
“obviously… as usual, when a big fall is about a Linux system, the rumours are not big… can you imagine the big clamour if this fall was discovered on a Windows kernel?”
Wonder no longer Stefano.
#include <stdio .h>
void main()
{
for(;;)
{
printf("Hung up\tbbbbbb");
}
}
</stdio>
There you go, now you can cause a BSOD in every Windows version up to Windows XP. Widnows XP just reboots when you run it. It hasn’t been tested on Windows 2003 yet that I know of.
edit: WordPress keep sanitizing my post and stripping out all the important points. I’ve hand coded the HTML codes for the code now.
-
http://www.schanda.co.za/blog Senkwe
-
http://www.lazycoder.com Scott


