> For the complete documentation index, see [llms.txt](https://cajac.gitbook.io/ctf-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cajac.gitbook.io/ctf-notes/rev-eng/debuggers/pwndbg.md).

# pwndbg

`pwndbg` is a GDB and LLDB plug-in that makes debugging suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers.

## Resources

pwndbg - Documentation: <https://pwndbg.re/pwndbg/latest/>

pwndbg - GitHub: <https://github.com/pwndbg/pwndbg/>

pwndbg - Homepage: <https://pwndbg.re/>
