nearpc¤
Disassemble near a specified address.
Aliases: pdisass, u
Positional arguments¤
| Positional Argument | Help |
|---|---|
| pc | Address to disassemble near. If this is the only argument and the value provided is small enough, it is interpreted as lines instead. |
| lines | Number of lines to disassemble. If this is provided as the second argument, and it is larger than the first argument, this is interpreted as the last address to disassemble (exclusive) |
Optional arguments¤
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
| -r | --reverse | Number of lines to show before the address. |
| -t | --total | Total number of lines to show. This results in dynamic number of forward instructions depending on how many cached instructions are used. |
| -e | --emulate | Whether to emulate instructions to find the next ones or just linearly disassemble. |
| -n | --no-branch | Disable showing branch visualizations. |
| -f | --function | Disassemble an entire function. Takes an expression (such as a function name or address) and disassembles the function surrounding the evaluated address, defaulting to the pc of the selected frame. |