BinaryAnalysisPlatform/bap
Binary Analysis Platform observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 81
- Release rhythm 8
- Longevity 100
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: 4325
- days_rel: n/a
- days_push: 118
- n_releases_24m: 0
Adoption not part of the score
2253 stars · 285 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CMU Binary Analysis Platform (BAP) is a suite of OCaml libraries and a plugin-extensible CLI tool for analyzing binary programs. It lifts binaries for x86, x86-64, ARM, MIPS, and PowerPC into a semantic IR and provides interpreters, a symbolic executor, taint analysis, and a domain-specific language (Primus Lisp) for writing custom analyses.
Use cases
- analyze binary programs statically
- disassemble and lift binaries to an intermediate representation
- run symbolic execution on binaries
- perform taint analysis on executables
- write custom binary analysis tools in OCaml
- verify properties of binary code with SMT solvers
- emulate and microexecute binary code
When to choose
- you need semantically precise binary analysis rather than just disassembly
- you want to build custom program analyses on top of a well-defined IR
- you work in OCaml or can use C/Python bindings
- you need support for x86, ARM, MIPS, or PowerPC architectures
When to avoid
- you only need a GUI disassembler for quick reverse engineering
- you need decompilation to high-level source code
- you require architectures outside BAP's supported set without writing plugins
- you prefer Python-first analysis frameworks like angr
Facets
framework · maturity active
reverse-engineering parser interpreter security plugin-system sdk reverse-engineering security programming-languages developer-tools cli python binary-analysis disassembler lifter symbolic-execution taint-analysis static-analysis program-verification ocaml x86 arm mips powerpc primus-lisp smt linux macos
1 source
- readme: https://github.com/BinaryAnalysisPlatform/bap · fetched 2026-08-28 · 83475959d143
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BinaryAnalysisPlatform/bap | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="BinaryAnalysisPlatform/bap")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem