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
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
Example of multiple partial filters:
gef➤ got str get