windbg_shadow_stack_return
Resolve a shadow stack return slot by dumping memory, finding the nearest symbol, and disassembling instructions at the return address.
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 |