Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 276 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 276 Bytes

Simple C/C++ code obfuscator

This is a simple code source obfuscator for C/C++ code. It handles only function names and variables names. It does not handle string obfuscation, class names and methods. Moreover, it does not handle function names with different return types.