Ross ROSS = Recommend OSS · open-source software intelligence for agents

ac3ss0r/obfusheader.h

Obfusheader.h is a portable header file for C++14 compile-time obfuscation. observed · 2026-08-28

github.com/ac3ss0r/obfusheader.h · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

27/100

  • Activity 0
  • Release rhythm 35
  • Longevity 72

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1017
  • days_rel: n/a
  • days_push: 744
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1046 stars · 117 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Obfusheader.h is a portable, header-only C++14 library providing compile-time obfuscation via metaprogramming, including string and constant encryption, control flow mutation, and call/import hiding. It works with GCC and MSVC across Windows and Unix to make binaries harder to reverse engineer.

Use cases

  • hide sensitive strings in my c++ binary from reverse engineers
  • obfuscate constants at compile time in c++
  • break ida pro decompilation of my native app
  • hide function calls and imports in a c++ program
  • add fake vmprotect signatures to confuse binary detectors
  • protect a crackme or game cheat from analysis

When to choose

  • you need lightweight, dependency-free compile-time obfuscation in C++14+
  • you want cross-platform protection for strings, constants, and control flow without external tools
  • you prefer a single header over heavy commercial protectors

When to avoid

  • you need strong commercial-grade protection against determined attackers
  • your project requires minimal binary size or maximum performance with no overhead
  • you work in C (not C++) or need runtime-configurable obfuscation

Facets

library · maturity active

security cryptography compiler developer-tools security developer-tools reverse-engineering windows cpp cross-platform obfuscation header-only compile-time metaprogramming anti-reverse-engineering string-encryption binary-protection linux

1 source

Member repositories

RepositoryRoleHealth v2
ac3ss0r/obfusheader.hmain27

For agents

markdown · JSON · MCP: product_card(name="ac3ss0r/obfusheader.h")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem