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 |