diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-10 00:32:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-10 00:32:09 +0000 |
commit | ce225cf41a59a3ae9366b0a0770c6f97a6f4329e (patch) | |
tree | 725f06f377c25d66d0c18469e959ba0eefa5b109 /obfuscator/test/test.cpp | |
parent | WIP-added keccak-tiny to obfuscator (diff) | |
download | mutator-ce225cf41a59a3ae9366b0a0770c6f97a6f4329e.tar.gz mutator-ce225cf41a59a3ae9366b0a0770c6f97a6f4329e.zip |
resolves 27
Diffstat (limited to 'obfuscator/test/test.cpp')
-rw-r--r-- | obfuscator/test/test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obfuscator/test/test.cpp b/obfuscator/test/test.cpp index dc4b709..83c55e4 100644 --- a/obfuscator/test/test.cpp +++ b/obfuscator/test/test.cpp @@ -1,4 +1,5 @@ #include "./header.hpp" +//#include <iostream> #if 0 #include <fstream> @@ -59,6 +60,7 @@ int main(int argc, const char **argv) #endif int aa = 100; int bb = 28; + //std::cout << "maybe i passed the test."; INTMAC1; INTMAC2; |