Skip to content

Version 2.0 - Complete rewrite for C++ 2.0

Choose a tag to compare

@andrivet andrivet released this 29 Aug 15:18
· 29 commits to main since this release
  • 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.