Reenable modarith

This commit is contained in:
Adam
2016-03-26 17:09:36 -04:00
parent 271fa6ba46
commit 41a1ffbae2

View File

@@ -72,25 +72,25 @@ public class Deob
run(group, new UnusedClass()); run(group, new UnusedClass());
// ModArith mod = new ModArith(); ModArith mod = new ModArith();
// mod.run(group); mod.run(group);
//
// int last = -1, cur; int last = -1, cur;
// while ((cur = mod.runOnce()) > 0) while ((cur = mod.runOnce()) > 0)
// { {
// new MultiplicationDeobfuscator().run(group); new MultiplicationDeobfuscator().run(group);
//
// new MultiplyOneDeobfuscator().run(group); new MultiplyOneDeobfuscator().run(group);
//
// new MultiplyZeroDeobfuscator().run(group); new MultiplyZeroDeobfuscator().run(group);
//
// if (last == cur) if (last == cur)
// break; break;
//
// last = cur; last = cur;
// } }
//
// mod.annotateEncryption(); mod.annotateEncryption();
JarUtil.saveJar(group, new File(args[1])); JarUtil.saveJar(group, new File(args[1]));