track-got¤
(only in GDB)
Controls GOT tracking
Optional arguments¤
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
track-got enable¤
Enable GOT parsing.
Optional arguments¤
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
track-got disable¤
Disable GOT tracking.
Optional arguments¤
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
track-got info¤
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¤
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 |