# DosX-dev/obfus.h

Macro-header for compile-time C obfuscation (tcc, win x86/x64)

Repository: https://github.com/DosX-dev/obfus.h
Canonical: https://ross.abutalabs.com/products/obfush
Homepage: https://dosx.su
Language: C
License: MIT
License Family: permissive
Topics: c, confuse, easy-to-use, information-security, macro, native, obfuscation, obfuscator, protection, tcc, tiny, windows, compile-time, tinycc, msvc, obfuscate, low-level, ctf, hacktoberfest, education
Last push: 2026-08-06T10:52:23+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 35, longevity 62
- inputs: {"age_days": 873, "days_push": 27, "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 1836, forks 160 (observed 2026-08-28T04:05:42.693384+00:00)

## What it is
A macro-only C header library that obfuscates code at compile time, designed for the Tiny C Compiler on Windows x86/x64. It provides control-flow mutation, string hiding, anti-debugging, anti-decompilation tricks, fake packer signatures, and a math virtualization mode.

## Use cases
- obfuscate a C program at compile time
- hide strings in a C binary from reverse engineers
- add anti-debugging protection to a Windows C app
- break decompiler output for my C code
- protect a CTF crackme from analysis
- confuse control flow in C code with macros

## When to choose
- you compile C with Tiny C Compiler on Windows x86/x64 and want zero-dependency obfuscation
- you want a single-header, macro-based protection layer without external tooling
- you're building CTF challenges or educational demos of obfuscation techniques

## When to avoid
- you need obfuscation for GCC/Clang or non-Windows targets
- you require formally verified or industry-grade software protection/DRM
- you need readable, maintainable production code - obfuscation will hurt debugging

## Facets
- artifact type: library
- maturity: active
- function: security, compiler, developer-tools
- domain: security, reverse-engineering, developer-tools, windows
- platform: windows, cpp, c
- tags: obfuscation, compile-time, macro-header, anti-debugging, control-flow, tinycc, ctf, anti-decompilation

## Member repositories
- DosX-dev/obfus.h (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:42.693384+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-30T03:18:27.283724+00:00, confidence not recorded.
  - readme: https://github.com/DosX-dev/obfus.h (fetched 2026-08-28T04:05:42.693384+00:00, sha b82f532889db)
  - homepage: https://dosx.su (fetched 2026-08-29T10:57:30.697894+00:00, sha a4d280edb953)
- Data as of 2026-08-30T08:39:29.467469+00:00.
