Skip to content

got

Command got

Display the current state of GOT table of the running process.

The got command optionally takes function names and filters the output displaying only the matching functions.

gef➤ got

gef-got

The applied filter partially matches the name of the functions, so you can do something like this.

gef➤ got str
gef➤ got print
gef➤ got read

gef-got-one-filter

Example of multiple partial filters:

gef➤ got str get

gef-got-multi-filter