longld/peda
PEDA - Python Exploit Development Assistance for GDB observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5143
- days_rel: n/a
- days_push: 765
- n_releases_24m: 0
Adoption not part of the score
6147 stars · 826 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PEDA is a Python plugin for GDB that enhances the debugger's display and adds exploit development commands. It provides colorized disassembly, register/memory context, and tools for ROP gadget discovery, pattern generation, and security checks.
Use cases
- develop binary exploits with gdb
- find rop gadgets in a binary
- generate cyclic patterns for buffer overflow offset discovery
- check binary security mitigations like nx and canary
- search process memory for patterns during debugging
- generate shellcode and exploit skeletons
When to choose
- you are doing CTF challenges or binary exploitation work on Linux
- you want a lightweight gdb enhancement without switching debuggers
- you need ROP gadget search and pattern tools inside gdb
When to avoid
- you need a modern actively developed exploit debugger like pwndbg or GEF
- you debug on non-Linux platforms
- you need a graphical debugger
Facets
plugin · maturity maintenance
security reverse-engineering developer-tools cli security penetration-testing developer-tools cli python gdb exploit-development binary-exploitation debugging rop pwn command-line linux
2 sources
- readme: https://github.com/longld/peda · fetched 2026-08-28 · 314f8041398e
- registry_pypi: https://pypi.org/pypi/peda/json · fetched 2026-08-29 · d511d4806481
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| longld/peda | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem