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

airbus-seclab/bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection observed · 2026-08-28

github.com/airbus-seclab/bincat · OCaml observed · 2026-08-28

Health v2 · maintenance only

29/100

  • Activity 8
  • Release rhythm 16
  • 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: 145
  • age_days: 3383
  • days_rel: 554
  • days_push: 554
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1872 stars · 167 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

BinCAT is a static binary code analysis toolkit that performs value analysis, taint analysis, type reconstruction, and use-after-free/double-free detection on x86, ARM, and PowerPC binaries. It integrates as an IDA plugin and can also be driven via Python or a remote web service for automation.

Use cases

  • analyze register and memory values in a binary from IDA
  • perform taint analysis on disassembled code
  • detect use-after-free and double-free bugs in binaries
  • reconstruct and propagate types in stripped binaries
  • automate static binary analysis with Python
  • run backward and forward analysis on x86 or ARM code

When to choose

  • you work in IDA and need automated value or taint analysis of binaries
  • you need to detect memory-safety bugs like UAF and double-free statically
  • you analyze x86, ARM, or PowerPC binaries and want type reconstruction
  • you want scriptable or remote binary analysis for reverse engineering workflows

When to avoid

  • you need dynamic analysis or emulation rather than static analysis
  • you don't use IDA and need a standalone GUI disassembler
  • you need architectures beyond x86, ARM, and PowerPC
  • you require a permissively licensed tool - the license is unspecified

Facets

plugin · maturity active

reverse-engineering security linter parser reverse-engineering security developer-tools windows python cpp ida-plugin taint-analysis value-analysis disassembly binary-analysis use-after-free-detection type-reconstruction ocaml linux macos

1 source

Member repositories

RepositoryRoleHealth v2
airbus-seclab/bincatmain29

For agents

markdown · JSON · MCP: product_card(name="airbus-seclab/bincat")

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