# JonathanSalwan/Triton

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.

Repository: https://github.com/JonathanSalwan/Triton
Canonical: https://ross.abutalabs.com/products/jonathansalwan-triton
Homepage: https://triton-library.github.io
Language: C++
License: Apache-2.0
License Family: permissive
Topics: reverse-engineering, symbolic-execution, binary-analysis, program-analysis, taint-analysis, binary-translation, deobfuscation, instruction-semantics, lifter, dynamic-analysis, emulator
Last push: 2026-07-28T13:39:36+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 8, longevity 100
- inputs: {"age_days": 4238, "days_push": 36, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4274, forks 595 (observed 2026-08-28T04:08:40.971943+00:00)

## What it is
Triton is a dynamic binary analysis library providing dynamic symbolic execution, taint analysis, and ISA semantics for x86, x86-64, ARM32, AArch64, and RISC-V. It offers C++ and Python APIs for building program analysis tools, automating reverse engineering, software verification, and code emulation.

## Use cases
- automate reverse engineering of binaries
- perform dynamic symbolic execution on x86 or ARM code
- deobfuscate obfuscated assembly
- emulate and analyze machine code
- build concolic execution and fuzzing tools
- lift binary code to LLVM or Z3 IR
- verify software properties via SMT solving

## When to choose
- you need a programmable binary analysis engine with Python or C++ bindings
- you want symbolic execution or taint tracking over multiple ISAs
- you're building custom RE tools like devirtualizers or ROP-chain generators

## When to avoid
- you need a polished turnkey disassembler GUI rather than a library
- you require production-grade reliability for critical systems - the project is part-time
- you only need static analysis without dynamic execution

## Facets
- artifact type: library
- maturity: active
- function: reverse-engineering, parser, interpreter, security, testing, simulation
- domain: reverse-engineering, security, programming-languages, developer-tools
- platform: windows, cpp, python, cross-platform
- tags: symbolic-execution, taint-analysis, binary-analysis, smt-solver, deobfuscation, emulation, llvm-lifting, concolic-execution, instruction-semantics, algorithms, linux, macos

## Member repositories
- JonathanSalwan/Triton (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:40.971943+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-29T18:22:00.071448+00:00, confidence not recorded.
  - readme: https://github.com/JonathanSalwan/Triton (fetched 2026-08-28T04:08:40.971943+00:00, sha 39a5aa139413)
  - homepage: https://triton-library.github.io (fetched 2026-08-29T09:11:22.431798+00:00, sha a463a86a36b9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
