mco_pivot_to_ida
Pivot a dynamic debugger address (WinDbg/x64dbg) into IDA Pro to retrieve the function name, decompiled pseudocode, callers, and callees for deeper analysis.
Instructions
Take an address from WinDbg or x64dbg and analyze it in IDA Pro. Returns: function name, decompiled pseudocode, callers, callees. Use when you have a suspicious address from dynamic analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Hex address, e.g. '0x7FF712340000' | |
| context | No | Optional context string (e.g. WinDbg output about this address) |