Releases: andrivet/ADVobfuscator
Releases · andrivet/ADVobfuscator
Version 2.1.1
Version 2.1
- #40 : Fix an issue when trying to include the headonly file multiple times.
Version 2.0 - Complete rewrite for C++ 2.0
- Compile-time obfuscation of strings using UDL (user-defined literals) instead of macros
- Compile-time obfuscation of data (array of bytes)
- Compile-time encryption (AES) of strings
- Compile-time obfuscation of function calls using a finite-state-machine (FSM)
- No external dependencies (except C++20 standard library). In particular, the FSM does not use Boost MSM.