是否有任何工具可以读取 Windows 中 BSoD 期间创建的转储文件的内容?
是否有任何工具可以帮助我们读取出现 BSoD 时创建的内存转储文件中的内容?
Are there any tools that would help us read the contents in a Memory Dump files that is created when there is a BSoD?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windows 调试工具 有几个有用的调试器。
如果幸运的话,您所需要做的就是加载转储文件并输入 !analyze。如果这不起作用,您必须检查转储以找出崩溃的原因。
Debugging tools for Windows has a couple of useful debuggers for that.
If you're lucky all you need to do is load the dump file and type !analyze. If that doesn't do the trick, you have to examine the dump to find the reason for the crash.
WinDBG - 正如该人所说,在 Windows 调试工具中。
WinDBG 很难使用。陡峭而漫长的学习曲线。它不像 Visual Studio,你知道吗?
WinDBG - as the man says, in Debugging Tools for Windows.
WinDBG is difficult to use. Steep and long learning curve. It's not like Visual Studio, you know?