# 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. (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|