windbg_shadow_stack_return
Resolves a shadow stack return slot for debugging: displays slot data, maps the return address to the nearest symbol, and shows disassembly at the target to aid reverse engineering.
Instructions
Resolve one shadow stack return slot: dps slot, nearest symbol, and disassembly at poi(slot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Shadow stack slot index | |
| disasm_count | No | Instructions to disassemble at the return address |