hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
148 stars 50 forks source link

Move `glibc-function-args` to GEF-Extras #75

Closed hugsy closed 2 years ago

hugsy commented 2 years ago

Description/Motivation/Screenshots

This PR moves the old mechanism to print out the glibc function parameter names from GEF to GEF-Extras. This PR also registers it as a conditional external context pane, which will only display is we hit a call instruction.

See

How Has This Been Tested ?

"Tested" indicates that the PR works and the unit test (i.e. make test) run passes without issue.

Checklist