angr
A powerful and user-friendly binary analysis platform! observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4045
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
9039 stars · 1189 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
angr is a Python 3 binary analysis framework that loads executables across many architectures and formats, providing disassembly, IR lifting, control-flow recovery, decompilation, and symbolic (concolic) execution. It ships as a suite of libraries plus angr-management, the official GUI.
Use cases
- solve CTF reverse-engineering challenges with symbolic execution
- decompile a binary to C pseudocode
- recover control-flow graphs from stripped executables
- analyze malware or firmware binaries across CPU architectures
- find inputs that reach a target code path in a program
- perform backward slicing and data-dependency analysis on binaries
When to choose
- you need scriptable, cross-architecture static and dynamic binary analysis in Python
- you want symbolic execution or constraint solving over native binaries
- you're solving CTF reversing challenges or doing vulnerability research
- you need CFG recovery or decompilation without IDA/Ghidra licenses
When to avoid
- you only need a quick interactive disassembly of one binary - a GUI disassembler may be simpler
- you need source-level (not binary) analysis or debugging
- you're analyzing managed languages like Java or C# where dedicated tools fit better
- you want a polished end-user reverse-engineering GUI rather than a programmable framework
Facets
library · maturity active
reverse-engineering parser security interpreter developer-tools security reverse-engineering developer-tools python windows cli binary-analysis symbolic-execution decompiler disassembly ctf control-flow-analysis concolic-testing gui algorithms linux macos desktop
5 sources
- readme: https://github.com/angr/angr · fetched 2026-08-28 · fb2cc79a308b
- homepage: http://angr.io · fetched 2026-08-29 · 24fcab4f9fd7
- site_page: https://docs.angr.io/ · fetched 2026-08-29 · 9097ae718315
- site_page: https://docs.angr.io · fetched 2026-08-29 · 9097ae718315
- registry_pypi: https://pypi.org/pypi/angr-management/json · fetched 2026-08-29 · f54877093c14
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| angr/angr | main | 77 |
| angr/angr-management | frontend | 100 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem