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 new API pane for glibc and syscalls #111

Closed therealdreg closed 2 months ago

therealdreg commented 2 months ago

Description/Motivation/Screenshots

This fixes all the issues with the context panes and it now works as it did before the plugins were created.

In the GEF part, it was just a minor refactor and a new external API.

In the gef-extras part, it was only necessary to call this new function!

I think the proposed solution is simple and it works.

gef code:

How Has This Been Tested ?

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

Checklist

therealdreg commented 2 months ago

done! @hugsy take a look!