windbg_shadow_stack
Dump the CET hardware shadow stack using dps to inspect shadow stack contents when hardware-enforced stack protection is 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 |