like-dbg icon indicating copy to clipboard operation
like-dbg copied to clipboard

Add more capabilities to the debugger

Open 0xricksanchez opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

GDB + GEF is already a massive improvement over plain GDB. The drawback of this approach is that GEF lacks specific kernel features. The upside is that there exists a fork of GEF that has already implemented some cool features. However they were never contributed back to the main project. At the time of writing the fork and the main project diverged quite a bit and just merging them together seems like it's never gonna work.

Describe the solution you'd like

To extend the debugger we could just reference the fork and contribute some features back to gef while rewriting others and creating new functionalities as well. This would benefit the whole ecosystem.

0xricksanchez avatar Aug 18 '22 19:08 0xricksanchez