C Code Obfuscator using Cb language
Refer to this link for the original paper describing the transforms implemented here: http://www.cs.dartmouth.edu/~mckeeman/references/JCLT/C-FlatALowLevelSubsetOfC.pdf
Usage:
-
Build using
make
-
Run
./build.sh <input_prog>
-
Output code can be found at
tmp/output.c