Stop Microsoft

All Things Microsoft => Microsoft Software => Topic started by: scottmso on 15 June 2002, 03:51

Title: Code that triggers a BSOD?
Post by: scottmso on 15 June 2002, 03:51
I read somewhere that there is some C code that could trigger a Blue Screen of Death on Windows XP. If anyone has source for a program that can do that, please post it here.
Title: Code that triggers a BSOD?
Post by: Master of Reality on 15 June 2002, 07:59
If MS would release their code to... any.. of their products, then you could see easily what code will crash windows.
Title: Code that triggers a BSOD?
Post by: dbl221 on 15 June 2002, 08:41
Well actually most of the os is written in C and C++.  And since the OS and most M$ apps are the source of the BSOD you can just run any version of M$ windows and like magic....you can run the code you mentioned.


  :D
Title: Code that triggers a BSOD?
Post by: badkarma on 18 June 2002, 18:50
you could try something like this:

Code: [Select]

or in c++

Code: [Select]

this will drain memory ... fast ... and will leave windows confused ... it might trigger a BSOD, it might just reboot ... it might totally crash ... it might dial 911 (or the equivalent in your country)... who knows?
Title: Code that triggers a BSOD?
Post by: BobsYourUncle on 22 June 2002, 10:15
where do i get a C++ compiler? i wanna see what happens...   :D    :D
Title: Code that triggers a BSOD?
Post by: voidmain on 22 June 2002, 10:21
http://www.gnu.org/ (http://www.gnu.org/) or more specifically http://www.gnu.org/software/gcc/gcc.html (http://www.gnu.org/software/gcc/gcc.html)

[ June 22, 2002: Message edited by: VoidMain ]

Title: Code that triggers a BSOD?
Post by: Master of Reality on 22 June 2002, 10:36
I tried it in Linux and well.... thank Bob for ulimit  (http://smile.gif)