Application not working after multiple obfuscation
I've tried obfuscating it with one of the option, then obfuscate the obfuscated file with another option. That will make the application not work. and so, I've tried using the following method :
Worker.ExecuteObfuscations("1");
Worker.ExecuteObfuscations("2");
Worker.ExecuteObfuscations("3");
Worker.ExecuteObfuscations("4");
Worker.ExecuteObfuscations("5");
Worker.ExecuteObfuscations("6");
Worker.ExecuteObfuscations("7");
Worker.ExecuteObfuscations("8");
Worker.ExecuteObfuscations("9");
it does'nt work.
Why didn't you obfuscate with both options the first time? Re-Obfuscating an already obfuscated file really isn't necessary.
For everyone in the future: I had the issue that one of the numbers didn't work. I'm trying to figure out which one now. Maybe both presented issues are the same.
Edit: It seems like module 4 and 5 don't like some of the others. Doing 123 6789 (without spaces) works fine for me, if I try to add 4 or 5 I get an array index error. Leaving them out is good enough for me, still hides code pretty well (while x10ing the file size tho)