C++ Source Code Obfuscator
The C++ Obfuscator tool scrambles C++ source code to make it very difficult to understand or reverse-engineer (example). This provides significant protection for source code intellectual property that must be shipped to a customer. It is a member of SD's family of Source Code Obfuscators.
C++ Obfuscator Features
- Output encoding in ASCII, European ASCII, or UNICODE
- No changes to the your C++ compilation or execution procedurs or environment
- User definable list of preserved names
- Predefined list of reserved identifiers for C++ standard libraries provided
- Can preserve most preprocessor conditionals and macro calls in obfuscated source
- Option to neatly format C++ source code to aid development before obfuscation.
- Output encoding in ASCII, European ASCII, or UNICODE
- Command line and GUI interfaces