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

check if layout exist before add: glibc, syscall #108

Closed therealdreg closed 2 months ago

therealdreg commented 2 months ago

Description/Motivation/Screenshots

check if layout exist before add: glibc, syscall

Currently, each time GEF is executed, the entries are added over and over again.

How Has This Been Tested ?

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

Checklist