You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Zach Riggle a3d6255552
formatting
11 years ago
gef wip 11 years ago
LICENSE.md Readme and License 11 years ago
README.md formatting 11 years ago
gdbinit.py wip 11 years ago

README.md

This is a work-in-progress replacement for PEDA. I was originally just going to use the GEF code from Hugsy but then I went a bit overboard.

In particular, it's designed to be fast*, failure-tolerant**, and eventually portable to Python27/Python3 as well as GDB/LLDB.

Currently it works on GDB with Python3.

* Lots of use of gdb.event to manage cache lifetimes.
** Automatic exploration of process maps when you're doing e.g. remote debugging of a QEMU user stub and /proc/$$/pids is broken for ${reasons}.