Getting started with dump file analysis

六眼飞鱼酱① 提交于 2019-12-03 15:10:39

There are some books such as "Advanced Windows Debugging" or the books on this guy's blog that can help.

There is also knowing assembler that you will need.

Use WinDbg or any other debugger. The above mentioned book is for WinDbg specifically though.

jacob justin

You can use Microsoft Software Development KIT which includes windbg to analyze the dump files, but its required a large download, the simple application is bluescreenview which will analyze the dump file, and shows what module make problem here is the link.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!