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.
1.0 KiB
1.0 KiB
telescope
usage: telescope [-h] [-r] [-f] [-i] [address] [count]
Recursively dereferences pointers starting at the specified address.
Positional arguments
| Positional Argument | Help |
|---|---|
| address | The address to telescope at. (default: $sp) |
| count | The number of lines to show. (default: 8) |
Optional arguments
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
| -r | --reverse | Show previous addresses instead of next ones |
| -f | --frame | Show the stack frame, from rsp to rbp |
| -i | --inverse | Show the stack reverse growth |