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

Add `syscall-args` and `is-syscall` #74

Closed hugsy closed 2 years ago

hugsy commented 2 years ago

Description/Motivation/Screenshots

This PR moves the 2 commands syscall-args and is-syscall from GEF to GEF-Extras, including docs & tests were added as well.

This PR also registers an external context pane to call syscall-args, making it cleaner.

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