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.
pwndbg/docs/commands/memory/telescope.md

1.1 KiB

telescope

Description

Recursively dereferences pointers starting at the specified address.

Usage:

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