aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-12-29 15:49:17 +0000
committerbloodstalker <thabogre@gmail.com>2017-12-29 15:49:17 +0000
commit8fce7a2eae4fc254517f49a9d37f566b85c4e08b (patch)
treebae4bb8c9af1055c6112c382990405c3cb152f31 /obfuscator/README.md
parentupdated README, added comments (diff)
downloadmutator-8fce7a2eae4fc254517f49a9d37f566b85c4e08b.tar.gz
mutator-8fce7a2eae4fc254517f49a9d37f566b85c4e08b.zip
load.py recognized function entries correctly now. minor fixes and updates.
Diffstat (limited to 'obfuscator/README.md')
-rw-r--r--obfuscator/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/obfuscator/README.md b/obfuscator/README.md
index 3560e5d..69cc0dc 100644
--- a/obfuscator/README.md
+++ b/obfuscator/README.md
@@ -21,3 +21,4 @@ When an alpha version is ready, `obfuscator` will be mirrored into its own repo.
* Currently the hash function that is being used is `std::hash<>`. The GCC implementation will be probably the default option since the digest is shorter than 32 characters long. The decision was made since quite a few embedded C/C++ compilers can't correctly handle identifiers longer than 32 characters.<br/>
* If you want the preprocessor conditionals that evaluate to false that pertain to source code inclusion to be removed, use your compiler to get the output of the preprocessor and then pass that to `obfuscator` or just outright don't include them in the source code since `obfuscator` will not look through things that are not included in the source code by the preprocessor.<br/>
* Getting rid of the whitespaces in the source code is a moot point since reverting it is as easy as running something like `clang-format` on it, so the feature is not currently included in obfuscator.<br/>
+* At a leter point in time, obfuscator will be moved to a mirror repo of it's own or the mirror might become the main repo.<br/>