diff options
author | bloodstalker <thabogre@gmail.com> | 2017-11-28 04:53:34 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-11-28 04:53:34 +0000 |
commit | a96f260da26f431291ddb2723063179a692d23b3 (patch) | |
tree | dea8ae516a149b9aa294a2df2bfbc3e605bc6cd6 /test/bruisertest/test.cpp | |
parent | half-way through finishing obfuscator. (diff) | |
download | mutator-a96f260da26f431291ddb2723063179a692d23b3.tar.gz mutator-a96f260da26f431291ddb2723063179a692d23b3.zip |
python driver wip, obfuscator updated and readme, general readme updates
Diffstat (limited to '')
-rw-r--r-- | test/bruisertest/test.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/bruisertest/test.cpp b/test/bruisertest/test.cpp index 78630e8..9b0ce2f 100644 --- a/test/bruisertest/test.cpp +++ b/test/bruisertest/test.cpp @@ -33,6 +33,16 @@ namespace devi int main(int argc, const char **argv) { + /***hya**/ + /* + * + * */ + // /**/ + int bubba; // this one + int hubba; /* + * + */ + //std::cout << "//" << "/**/" << "\n"; #if 0 std::ofstream myfile; myfile.open("./touch"); |