# scrt/avcleaner

C/C++ source obfuscator for antivirus bypass

Repository: https://github.com/scrt/avcleaner
Canonical: https://ross.abutalabs.com/products/avcleaner
Language: C
License: GPL-3.0
License Family: copyleft
Last push: 2022-03-10T09:58:01+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": 2266, "days_push": 1637, "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 1073, forks 187 (observed 2026-08-28T04:03:28.906730+00:00)

## What it is
avcleaner is a C/C++ source-to-source obfuscator built on LLVM, designed to evade antivirus detection by transforming source code (e.g., hiding strings and API calls). It is a compiler-frontend-based CLI tool primarily aimed at red team and security research use cases.

## Use cases
- obfuscate C/C++ source code to bypass antivirus detection
- hide strings in malware-like tooling during red team engagements
- evade static signature-based scanning of security tooling
- learn LLVM-based source transformation techniques
- transform Windows C/C++ projects that use the WinSDK

## When to choose
- you are a red teamer or security researcher needing to evade AV static analysis of your C/C++ tooling
- you want an LLVM-based source obfuscator you can extend or study
- you need to obfuscate strings and sensitive constructs at the source level before compilation

## When to avoid
- you need a general-purpose code obfuscator for protecting commercial software IP
- you require support for languages other than C/C++
- you need a maintained tool with frequent updates and broad platform support
- obfuscating code would violate laws or organizational policies in your context

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: compiler, security, cryptography
- domain: security, penetration-testing, compilers, developer-tools
- platform: cli
- tags: obfuscator, antivirus-evasion, llvm, source-to-source, red-team, cpp, linux, docker

## Member repositories
- scrt/avcleaner (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:28.906730+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-30T06:53:38.595545+00:00, confidence not recorded.
  - readme: https://github.com/scrt/avcleaner (fetched 2026-08-28T04:03:28.906730+00:00, sha a0f8b54ee42a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
