You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/docs/commands/sigreturn/sigreturn.md

568 B

sigreturn

Description

Display the SigreturnFrame at the specific address

Usage:

usage: sigreturn [-h] [-a] [-p] [address]

Positional Arguments

Positional Argument Help
address The address to read the frame from

Optional Arguments

Short Long Default Help
-h --help show this help message and exit
-a --all Show all values in the frame in addition to common registers (default: %(default)s)
-p --print Show addresses of frame values (default: %(default)s)