windbg_shadow_stack
Dump the CET hardware shadow stack from @ssp to inspect return addresses and verify stack integrity when hardware-enforced shadow stacks are active.
Instructions
Dump the CET hardware shadow stack using dps @ssp. Useful when HW-enforced stack protection is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of qwords to dump | |
| address | No | Shadow stack address/expression, default @ssp |