String-Obfuscator-In-Compile-Time icon indicating copy to clipboard operation
String-Obfuscator-In-Compile-Time copied to clipboard

C++ Header only string obfuscator library using metaprogramming. Affine Cipher technique is used for encryption and decryption.

Results 3 String-Obfuscator-In-Compile-Time issues
Sort by recently updated
recently updated
newest added

not works IDA shows every string

Hi, On my macOS 10.15 (Apple clang version 11.0.0) I did this using example/main.cpp: ``` $ clang++ main.cpp -O3 -std=c++14 $ grep "snowapril" a.out $ grep "snowapri" a.out Binary file...

seems it is only c++14 compatible.