编程触发BSOD [英] programmatically trigger BSOD

查看:264
本文介绍了编程触发BSOD的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

纯粹的学术原因。

是否有可能以编程方式导致蓝屏在Windows XP下用C#/ / Windows 7操作系统。NET发生。

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 be some dirty hack, or some vulnerability to abuse to cause this.

我在寻找的code代码段运行,保证在有限时间内蓝屏。

I'm looking for a snippet of code to run that guarantees a BSOD in a finite period of time.

推荐答案

杀进程的csrss.exe会导致蓝屏。

Killing process "csrss.exe" causes BSOD.

但你需要管理员权限才能做到这一点。我不知道有一种方法来使用受限特权纯粹的做到这一点。

But you need Administrator privileges to do this. I'm not sure there is a way to do this purely with restricted privileges.

编辑:

是的,它的工作原理没有问题。我做我自己一个不错的BSOD:)

Yep, it works alright. I cooked myself a nice little BSOD :)

System.Diagnostics.Process.GetProcessesByName("csrss")[0].Kill();

这篇关于编程触发BSOD的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆