Skip to content

track-got¤

(only in GDB)

usage: track-got [-h] {enable,disable,info,query} ...

Controls GOT tracking

Optional arguments¤

Short Long Help
-h --help show this help message and exit

track-got enable¤

usage: track-got enable [-h]

Enable GOT parsing.

Optional arguments¤

Short Long Help
-h --help show this help message and exit

track-got disable¤

usage: track-got disable [-h]

Disable GOT tracking.

Optional arguments¤

Short Long Help
-h --help show this help message and exit

track-got info¤

usage: track-got info [-h] [-s SONAME] [-w] [-f FNNAME]

Give an overview of the GOT tracker.

Optional arguments¤

Short Long Help
-h --help show this help message and exit
-s --so-name Selects objects whose names matche the given expression (default: '.*')
-w --writable Only show functions whose GOT entry is in a writable region of memory
-f --function-name Selects functions whose names match the given expression (default: '.*')

track-got query¤

usage: track-got query [-h] address

Queries detailed tracking information about a single entry in the GOT.

Positional arguments¤

Positional Argument Help
address The address of the GOT entry being tracked

Optional arguments¤

Short Long Help
-h --help show this help message and exit