We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7850510 commit ded07afCopy full SHA for ded07af
README.md
@@ -4,15 +4,15 @@ This is a native C++ code obfuscator that scrambles C++ source code to make it v
4
5
This shall provide significant protection for source code intellectual property, or help in testing behavioral based anti malware engines.
6
7
-##Features
+## Features
8
9
1. Strips single/multi line comments
10
2. Adding a computational complex junk code snippet, while not affecting the asymptotic complexity of the overall program
11
3. Removing leading white-space
12
4. Removing line breaks
13
5. Handling all preprocessor directives, 'using' declarations and single-line 'else' clauses where the braces have been omitted.
14
15
-##Todo
+## Todo
16
17
1. Optimize stripping of comments using regex
18
2. Implement renaming of variables
0 commit comments