Skip to content

got¤

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

Show the state of the Global Offset Table.

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

Positional arguments¤

Positional Argument Help
symbol_filter Filter results by symbol name. (default: '')

Optional arguments¤

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