Pwndbg in the wild¤
Here is a non-exhaustive list of Pwndbg mentions found in the wild. Feel free to open a PR to add more if you find them!
Talks¤
- EuroPython 2025 - Pwndbg: Low level debugging and exploit development with Python (slides, video)
- OffensiveCon24 - How to Fuzz Your Way to Android Universal Root: Attacking Android Binder - by Eugene Rodionov, Zi Fan Tan and Gulshan Singh
Blog posts¤
- Oops Safari, I think You Spilled Something! @ Exodus Intelligence
- “Unstripping” binaries: Restoring debugging information in GDB with Pwndbg by Jason An @ Trail of Bits
- A Winter’s Tale: Improving messages and types in GDB’s Python API by Matheus Branco Borella @ Trail of Bits
- Patch-gapping Google Chrome @ Exodus Intelligence
- Inspecting rdtsc with pwndbg by John Shaughnessy
Videos¤
- Intro to pwndbg - CTF Cookbook by SloppyJoePirates CTF Writeups
- Intro to Binary Exploitation (Pwn) by CryptoCat
- Bug A Day #8 - pwndbg #2 by Bug-A-Day