Make Debugging Easy Again!
Pwndbg is a fast, simple and lightweight tool for modern debugging. It improves debugging experience with strength of GDB for low-level software developers, hardware hackers, reverse engineers, and exploit developers. It provides features crucial for efficient debugging in the world of low-level programming.
Getting started
git clone https://github.com/pwndbg/pwndbg
cd pwndbg
./setup.sh
We supports various Linux distributions.
Instalation can be done also with standalone packaged binaries.
Do you want more? Please check our code repository and hack with us!