whoward3/C-Code-Obfuscator

code generated doesnt produce compilable code

arunnadukandi opened this issue · 0 comments

Hai, i tried using the python script , it does an amazing job of obfuscating the code. However, the obfuscated.c file generated cannot be complied as it replaces the ".h" in header file to a random generated value which is not recognised by the complier and similarly replaces keywords like "double" from "long double" with random generated random strings/names.