Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

ADVobfuscator

$
0
0
ADVobfuscator demonstates how to use C++11 language to generate, at compile time, obfuscated code without using any external tool and without modifying the compiler. The technics presented rely only on C++11, as standardized by ISO. It shows also how to introduce some form of randomness to generate polymorphic code and it gives some concrete examples like the encryption of strings literals and the obfuscation of calls using finite state machines.

more here...........https://github.com/andrivet/ADVobfuscator

Viewing all articles
Browse latest Browse all 8064

Trending Articles