From 05b8359e3f798d54c67d095ae30b9e51fb07c3f0 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 6 Dec 2017 10:14:43 +0330 Subject: obfuscator doesnt mess up var declations with init values, python driver has been updated, not finished yet, bruiser now gets the objects from load.py, executioner will handle running the objects and registering them with lua --- obfuscator/obfuscator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'obfuscator') diff --git a/obfuscator/obfuscator.cpp b/obfuscator/obfuscator.cpp index f987fc8..a028955 100644 --- a/obfuscator/obfuscator.cpp +++ b/obfuscator/obfuscator.cpp @@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* /*code structure inspired by Eli Bendersky's tutorial on Rewriters.*/ /**********************************************************************************************************************/ /*FIXME-all classes should use replacements.*/ +//@DEVI-FIXME-will mess up macros /**********************************************************************************************************************/ /*included modules*/ /*project headers*/ -- cgit v1.2.3