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

TypeError NoneType #25

Closed b0x41s closed 3 years ago

b0x41s commented 4 years ago

TypeError: 'NoneType' object is not iterable ───────────────────────────── Detailed stacktrace ────────────────────────────── ↳ File "/home/b0x41s/gef-extras/scripts/skel.py", line 68, in do_invoke()

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial

nnewram commented 3 years ago

probably needs to check if gdb.breakpoints() returns None, if so make bkps = []?

hugsy commented 3 years ago

This issue should have been fixed by 0ad666a

Please update your repo and try again. If it fails, provide a complete debug output (gef config gef.debug 1). Thanks,