mco_crash_to_source
Analyze a crash dump with WinDbg and IDA Pro, returning a combined report of !analyze output and pseudocode to identify the crashing function and its callers.
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 |