# obfuscator-llvm/obfuscator

Repository: https://github.com/obfuscator-llvm/obfuscator
Canonical: https://ross.abutalabs.com/products/obfuscator
License Family: other
Last push: 2023-10-20T11:20:42+00:00

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

## Adoption (not part of the score)
Stars 4389, forks 1412 (observed 2026-08-28T04:08:47.199463+00:00)

## What it is
Obfuscator-LLVM is a fork of the LLVM compiler infrastructure that adds code obfuscation passes for software protection. It transforms compiled code with techniques like control-flow flattening, bogus control flow, and instruction substitution to hinder reverse engineering.

## Use cases
- obfuscate C/C++ binaries to resist reverse engineering
- protect proprietary algorithms in shipped native code
- apply control-flow flattening to compiled programs
- build software with LLVM passes that obscure logic
- harden binaries against static and dynamic analysis

## When to choose
- you need source-level obfuscation of C/C++ code via a compiler pass
- you want a well-cited, research-backed obfuscation tool
- you can build against LLVM 4.0 and accept an older toolchain

## When to avoid
- you need support for modern LLVM versions or recent C++ standards
- you want actively developed obfuscation features
- you need obfuscation for languages other than C/C++

## Facets
- artifact type: library
- maturity: maintenance
- function: compiler, security, build-tool
- domain: security, compilers, developer-tools
- platform: windows, cpp
- tags: obfuscation, llvm, software-protection, reverse-engineering-protection, code-obfuscation, linux, macos

## Member repositories
- obfuscator-llvm/obfuscator (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:47.199463+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:21:13.369439+00:00, confidence not recorded.
  - readme: https://github.com/obfuscator-llvm/obfuscator (fetched 2026-08-28T04:08:47.199463+00:00, sha f94aafd56e53)
- Data as of 2026-08-30T08:39:29.467469+00:00.
