mirror of https://github.com/pwndbg/pwndbg.git
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.
|
|
11 years ago | |
|---|---|---|
| gef | 11 years ago | |
| LICENSE.md | 11 years ago | |
| README.md | 11 years ago | |
| gdbinit.py | 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}.