windbg_disassemble_back
Examine the N instructions before an address or symbol to see the execution path leading to the current IP. Useful for debugging and reverse engineering control flow.
Instructions
Disassemble N instructions BEFORE an address (cdb 'ub'). Useful for seeing what led to the current IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of instructions before the address | |
| address | No | Address or symbol (default: current IP) |