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/linux_libc_elf/got.md

1.1 KiB

got

Description

Show the state of the Global Offset Table.

Examples: got got puts got -p libc got -a

Usage:

usage: got [-h] [-p PATH_FILTER | -a] [-r] [symbol_filter]

Positional Arguments

Positional Argument Help
symbol_filter Filter results by symbol name.

Optional Arguments

Short Long Default Help
-h --help show this help message and exit
-p --path `` Filter results by library/objfile path.
-a --all Process all libs/obfjiles including the target executable.
-r --show-readonly Also display read-only entries (which are filtered out by default).