Reenable modarith
This commit is contained in:
@@ -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]));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user