pwndbg/pwndbg
Exploit Development and Reverse Engineering with GDB & LLDB Made Easy observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 48.0
- age_days: 4210
- days_rel: 34
- days_push: 7
- n_releases_24m: 11
Adoption not part of the score
10801 stars · 1258 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Pwndbg is a Python-based plug-in for GDB and LLDB that enhances low-level debugging with features tailored to reverse engineering and exploit development. It replaces older single-file projects like PEDA and GEF with a faster, modular, and more extensible toolset.
Use cases
- debug binaries with better hexdump and memory inspection in gdb
- develop binary exploits for ctf challenges
- reverse engineer malware or firmware
- analyze disassembly and registers while debugging
- replace peda or gef with a more maintainable gdb plugin
- inspect heap and stack state during pwnable exploitation
When to choose
- you do exploit development or ctf pwn challenges with gdb or lldb
- you need a modern, extensible alternative to peda or gef
- you want richer context displays, hexdumps, and heap analysis while debugging
When to avoid
- you only need high-level source debugging without low-level tooling
- you debug on platforms where gdb/lldb plugins are unsupported
- you need a debugger for languages like python or java rather than native binaries
Facets
plugin · maturity active
reverse-engineering security developer-tools cli security reverse-engineering developer-tools python cli gdb lldb exploit-development ctf debugging disassembler malware-analysis capture-the-flag command-line linux macos
2 sources
- readme: https://github.com/pwndbg/pwndbg · fetched 2026-08-28 · cb7fda2d0e32
- homepage: https://pwndbg.re/ · fetched 2026-08-29 · 0cc59130a56d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pwndbg/pwndbg | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem