illera88/Ponce
IDA 2016 plugin contest winner! Symbolic Execution just one-click away! observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 26
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3714
- days_rel: n/a
- days_push: 448
- n_releases_24m: 0
Adoption not part of the score
1627 stars · 85 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ponce is an IDA Pro plugin that adds one-click symbolic execution and taint analysis over binaries, built on the Triton engine and written in C/C++. It integrates these capabilities directly into IDA's disassembler/debugger for x86 and x64 targets.
Use cases
- run symbolic execution on a binary inside IDA Pro
- perform taint analysis to see which registers and memory I control
- develop exploits more efficiently by finding controllable inputs and ROP gadgets
- reverse engineer malware command parsers by symbolizing known commands
- recover protocol formats, magic numbers, and headers from controlled user input
- solve for inputs that reach a specific code path in a debugger
When to choose
- you already use IDA Pro (>= 7.0) and want symbolic execution without leaving the tool
- you need taint analysis or input-solving during interactive reverse engineering
- you do exploit development, malware analysis, or protocol reversing on x86/x64 binaries
When to avoid
- you need a standalone or scriptable symbolic execution engine rather than an IDA plugin (consider angr or Triton directly)
- you do not have an IDA Pro license
- you target architectures other than x86/x64
Facets
plugin · maturity active
reverse-engineering security developer-tools security reverse-engineering developer-tools windows cross-platform ida-pro symbolic-execution taint-analysis binary-analysis disassembler exploit-development malware-analysis cpp linux macos
1 source
- readme: https://github.com/illera88/Ponce · fetched 2026-08-28 · 66846ce540ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| illera88/Ponce | main | 34 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem