From 6eddfe6ba790bcb2523a1d1531607453ba142199 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 16 Dec 2017 19:28:49 +0330 Subject: now handles changing header names as well --- obfuscator/test/obfuscator-tee | 68 ------------------------------------------ obfuscator/test/test.cpp | 1 + 2 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 obfuscator/test/obfuscator-tee (limited to 'obfuscator/test') diff --git a/obfuscator/test/obfuscator-tee b/obfuscator/test/obfuscator-tee deleted file mode 100644 index 7fc775f..0000000 --- a/obfuscator/test/obfuscator-tee +++ /dev/null @@ -1,68 +0,0 @@ - -#if 0 -#include -#include -#endif - -int ID7143433513913994171(void) { - return 123; -} - -int ID806107362239807644(int ID6414370376350317282, int ID5596922551969966689) { - return ID6414370376350317282 + ID5596922551969966689; -} - -#define ID17270913437327947952 1 -#define ID3990433166784345791 int - -#define ID13091842907427809651 3.14 - -#define ID8553886278371731254 int ID6457201339852078238 -#define ID5893689362230717210 int ID17001300751847036766 - -namespace devi -{ - class ID3351929323710182842 - { - public: - ID3351929323710182842 () {} - - void ID5560374959326430988 (void) - { - int ID4993892634952068459 = 1; - int ID10838281452030117757 = 2; - int ID10959529184379665549 = 3; - } - }; -} - -int main(int ID3701972582333163920, const char **ID14643508047410943861) -{ - /***hya**/ - /* - * - * */ - // /**/ - int ID17697423301731741216; // this one - int ID3227026850925696272; /* - * - */ - /* "//" \\ \\\\ // */ - //std::cout << "//" << "/**/" << "\n"; - int/***/ ID5827489293749552374; -#if 0 - std::ofstream myfile; - myfile.open("./touch"); - myfile << "line one.\n"; - myfile.close(); -#endif - int ID468926534229516570 = 100; - int ID1567269223287109631 = 28; - - ID8553886278371731254; - ID5893689362230717210; - ID806107362239807644(ID6457201339852078238, ID17001300751847036766); - return ID806107362239807644(ID468926534229516570, ID1567269223287109631); - - //return return123(); -} diff --git a/obfuscator/test/test.cpp b/obfuscator/test/test.cpp index 23c3f23..dc4b709 100644 --- a/obfuscator/test/test.cpp +++ b/obfuscator/test/test.cpp @@ -1,3 +1,4 @@ +#include "./header.hpp" #if 0 #include -- cgit v1.2.3