# trailofbits/manticore

Symbolic execution tool

Repository: https://github.com/trailofbits/manticore
Canonical: https://ross.abutalabs.com/products/manticore
Homepage: https://blog.trailofbits.com/2017/04/27/manticore-symbolic-execution-for-humans/
Language: Python
License: AGPL-3.0
License Family: copyleft
Topics: symbolic-execution, z3, python, binary-analysis, emulation, smt, program-analysis, security, ethereum, blockchain, testing
Archived: true
Last push: 2026-06-24T16:28:22+00:00

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

## Adoption (not part of the score)
Stars 3857, forks 496 (observed 2026-08-28T04:08:27.482934+00:00)

## What it is
Manticore is a symbolic execution tool for analyzing Ethereum smart contracts, Linux ELF binaries, and WASM modules. It explores program states with symbolic inputs, generates concrete test inputs, and exposes a scriptable Python API for custom analyses.

## Use cases
- find crashes and vulnerabilities in binaries via symbolic execution
- analyze ethereum smart contracts for exploitable states
- generate inputs that reach a specific code path
- script custom dynamic binary analysis in python
- explore all reachable states of a program with symbolic inputs

## When to avoid
- you need an actively maintained tool - the project is archived
- you need symbolic execution for platforms other than EVM, ELF x86/ARM, or WASM
- you want a GUI-based reverse engineering tool

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: security, testing, interpreter, developer-tools
- domain: security, blockchain, reverse-engineering, developer-tools
- platform: python, cli
- tags: symbolic-execution, smt, z3, binary-analysis, emulation, ethereum, smart-contracts, evm, wasm, program-analysis, linux

## Member repositories
- trailofbits/manticore (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:27.482934+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:25:55.478649+00:00, confidence not recorded.
  - readme: https://github.com/trailofbits/manticore (fetched 2026-08-28T04:08:27.482934+00:00, sha a4d87568033d)
  - homepage: https://blog.trailofbits.com/2017/04/27/manticore-symbolic-execution-for-humans/ (fetched 2026-08-29T09:20:29.096386+00:00, sha 390f9178521b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
