Skip to content

Releases: andrivet/ADVobfuscator

Version 2.1.1

11 Dec 12:01

Choose a tag to compare

  • #43 - Fix CMakeFiles.txt

Version 2.1

29 Nov 13:48

Choose a tag to compare

  • #40 : Fix an issue when trying to include the headonly file multiple times.

Version 2.0 - Complete rewrite for C++ 2.0

29 Aug 15:18

Choose a tag to compare

  • 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.