# angr

A powerful and user-friendly binary analysis platform!

Repository: https://github.com/angr/angr
Canonical: https://ross.abutalabs.com/products/angr
Homepage: http://angr.io
Language: Python
License: BSD-2-Clause
License Family: permissive
Topics: binary, analysis, angr, hacktoberfest
Last push: 2026-08-27T00:00:39+00:00
Link (homepage): http://angr.io
Link (site_page): https://docs.angr.io/
Link (site_page): https://docs.angr.io

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 4045, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 9039, forks 1189 (observed 2026-08-28T04:10:28.058344+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: reverse-engineering, parser, security, interpreter, developer-tools
- domain: security, reverse-engineering, developer-tools
- platform: python, windows, cli
- tags: binary-analysis, symbolic-execution, decompiler, disassembly, ctf, control-flow-analysis, concolic-testing, gui, algorithms, linux, macos, desktop

## Member repositories
- angr/angr (main) score 77
- angr/angr-management (frontend) score 100

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:28.058344+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:24:04.771974+00:00, confidence not recorded.
  - readme: https://github.com/angr/angr (fetched 2026-08-28T04:10:28.058344+00:00, sha fb2cc79a308b)
  - homepage: http://angr.io (fetched 2026-08-29T08:24:15.300716+00:00, sha 24fcab4f9fd7)
  - site_page: https://docs.angr.io/ (fetched 2026-08-29T08:24:15.310282+00:00, sha 9097ae718315)
  - site_page: https://docs.angr.io (fetched 2026-08-29T08:24:15.312805+00:00, sha 9097ae718315)
  - registry_pypi: https://pypi.org/pypi/angr-management/json (fetched 2026-08-29T08:24:15.315243+00:00, sha f54877093c14)
- Data as of 2026-08-30T08:39:29.467469+00:00.
