Tag: Memory Crash

  • How to Install WinDbg to Read Memory and Minidump Files in Windows

    by

    in

    1. Download the WinDbg version that corresponds to the OS that generated the dump file: https://msdn.microsoft.com/en-us/windows/hardware/hh852365 2. If a shortcut is not created, launch WinDbg from the install location. For example: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64 3. Load the symbol map into WinDbg by going to File | Symbol File Path. Note that the path after…