Ross ROSS = Recommend OSS · open-source software intelligence for agents

illera88/Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away! observed · 2026-08-28

github.com/illera88/Ponce · homepage · C++ · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
illera88/Poncemain34

For agents

markdown · JSON · MCP: product_card(name="illera88/Ponce")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem