https://github.com/patrickmn/minilyzer
Makes postmortem analysis of Windows Minidumps easier
https://github.com/patrickmn/minilyzer
Last synced: 5 months ago
JSON representation
Makes postmortem analysis of Windows Minidumps easier
- Host: GitHub
- URL: https://github.com/patrickmn/minilyzer
- Owner: patrickmn
- Created: 2011-02-19T23:22:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-19T23:22:54.000Z (over 15 years ago)
- Last Synced: 2025-02-08T16:07:59.100Z (over 1 year ago)
- Homepage: https://patrickmn.com/projects/minilyzer/
- Size: 89.8 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Minilyzer
http://patrickmylund.com/projects/minilyzer/
Minilyzer is a Windows shell script that uses Microsoft's Debugging Tools for
Windows to analyze the Minidump files that are created when a BSOD occurs and
generate a report detailing the event. Full memory dumps (C:\Windows\Memory.dmp)
can also be analyzed.
Usage:
1. Run minilyzer.cmd. It will attempt to analyze the newest DMP file in %WinDir%\Minidump.
2. Drag and drop a Minidump file onto the script.
3. From a command prompt, type e.g.: minilyzer.cmd "C:\Windows\Minidump\Mini012309-01.dmp".
4. Change the minidump_file variable in the script, then run it.