# telescope ## Description Recursively dereferences pointers starting at the specified address. ## Usage: ```bash usage: telescope [-h] [-r] [-f] [-i] [address] [count] ``` ## Positional Arguments |Positional Argument|Help| | :--- | :--- | |`address`|The address to telescope at.| |`count`|The number of lines to show.| ## Optional Arguments |Short|Long|Default|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|