Search code examples
windowsbsoddmp

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


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


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.