A basic C language obfuscator written in Java taking advantage of regular expressions/RegExr
CObfuscator.jar unbfuscatedSrc.c
- Hardcoded string obfuscation
- Numeric constants obfuscations
- Variable names replacer
- Deletion of unnecessary spaces and line breaks
- Generates an output file that appends a truly random generated (TRNG) number to the original filename. Uses API calls to random.org API (randomness via atmospheric noise)
Original file: example.c
Output file: example213456.c