mirror of https://github.com/pwndbg/pwndbg.git
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.
908 B
908 B
sigreturn
usage: sigreturn [-h] [-a] [-p] [address]
Display the SigreturnFrame at the specific address
Positional arguments
| Positional Argument | Help |
|---|---|
| address | The address to read the frame from |
Optional arguments
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
| -a | --all | Show all values in the frame in addition to common registers |
| -p | Show addresses of frame values |