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

Add more capabilities to the debugger

Open 0xricksanchez opened this issue 3 years 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

Easy additions would be to implement commands that allow for inspecting the kmalloc-caches or the kmem_cache_cpu structs easily...

0xricksanchez avatar Nov 10 '22 18:11 0xricksanchez

Rel: #96

0xricksanchez avatar Jan 01 '23 12:01 0xricksanchez