aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-12-11 07:42:01 +0000
committerbloodstalker <thabogre@gmail.com>2017-12-11 07:42:01 +0000
commite2085af9974a655f298595a8476dbf4d7769cb04 (patch)
tree72b95aa1ccbe0203f454c5c8f4c91bc84cbac8ff /obfuscator/README.md
parentobfuscator can remove comments now. it can handle some hairy stuff. its bette... (diff)
downloadmutator-e2085af9974a655f298595a8476dbf4d7769cb04.tar.gz
mutator-e2085af9974a655f298595a8476dbf4d7769cb04.zip
wip, added methods for dealing with filename changes to obfuscator
Diffstat (limited to 'obfuscator/README.md')
-rw-r--r--obfuscator/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfuscator/README.md b/obfuscator/README.md
index 1fff79f..5262b5a 100644
--- a/obfuscator/README.md
+++ b/obfuscator/README.md
@@ -4,7 +4,7 @@ obfuscator is a C/C++ source-code obfuscation tool.<br/>
## Status
You can find a list of the implemented features and the ones that will be implemented below.<br/>
-If you have suggestions or recommendations for features to add please make an issue with the `obfuscator` label.<br/>
+If you have suggestions or recommendations for features to add, please make an issue with the `obfuscator` label.<br/>
### Implemented Features
* Identifier Obfuscation: Swaps the name of all identifiers with their hash. <br/>