Are there any tools to read the contents of dump files created during BSoD in Windows?

StackOverflow https://stackoverflow.com/questions/1612123

  •  05-07-2019
  •  | 
  •  

Question

Are there any tools that would help us read the contents in a Memory Dump files that is created when there is a BSoD?

Was it helpful?

Solution

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.

OTHER TIPS

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top