programmatically trigger BSOD

后端 未结 7 1089
闹比i
闹比i 2020-12-08 01:40

Purely for academic reasons.

is it possible to programmatically cause a BSOD to occur under windows xp/windows 7 in C#/.NET.

I\'m suggesting there\'s got to

7条回答
  •  庸人自扰
    2020-12-08 02:11

    Create a ping. Kill the program. Instant bsod courtesy of microsoft's tcpip.sys in .net 4.

    You'll get a process has locked pages. :)

提交回复
热议问题