Skip to content

Commit ded07af

Browse files
committed
fixed readme
1 parent 7850510 commit ded07af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This is a native C++ code obfuscator that scrambles C++ source code to make it v
44

55
This shall provide significant protection for source code intellectual property, or help in testing behavioral based anti malware engines.
66

7-
##Features
7+
## Features
88

99
1. Strips single/multi line comments
1010
2. Adding a computational complex junk code snippet, while not affecting the asymptotic complexity of the overall program
1111
3. Removing leading white-space
1212
4. Removing line breaks
1313
5. Handling all preprocessor directives, 'using' declarations and single-line 'else' clauses where the braces have been omitted.
1414

15-
##Todo
15+
## Todo
1616

1717
1. Optimize stripping of comments using regex
1818
2. Implement renaming of variables

0 commit comments

Comments
 (0)