mco_crash_to_source
Analyze Windows crash dumps by combining WinDbg and IDA Pro to extract the crashing address, decompile the faulty function, and list callers in one report.
Instructions
Full crash analysis pipeline: open a .dmp in WinDbg, extract the crashing address, then pivot to IDA Pro to decompile the crashing function and show callers. Returns a combined report with WinDbg !analyze output + IDA pseudocode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dump_path | Yes | Full path to the .dmp crash dump file |