Registry / other / advobfuscator

advobfuscator

JSON →
library2.1.1vcpkgunverified

Obfuscation library based on C++20 and metaprogramming to protect code from reverse engineering.

vcpkg install advobfuscator
INSTALL
IMPORT
SIG · ADVOBFUSCATOR
A
advobfuscator
othercppv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

advobfuscator/obfuscator.hpp
#include <advobfuscator/obfuscator.hpp>

Obfuscate a string literal at compile time

#include <advobfuscator/obfuscator.hpp> #include <iostream> int main() { auto secret = OBFUSCATE("Hello World"); std::cout << secret << "\n"; return 0; }
Debug
Known issues
gotchaObfuscation may increase binary size and compilation time significantly.
fix
Use selectively on sensitive strings only; consider performance impact.
affects: *
Upgrade
Version history
2.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
32
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

advobfuscator — pip install advobfuscator · libregistry