rename unique run
This commit is contained in:
@@ -43,10 +43,7 @@ public class Deob
|
|||||||
|
|
||||||
ClassGroup group = loadJar(args[0]);
|
ClassGroup group = loadJar(args[0]);
|
||||||
|
|
||||||
// bstart = System.currentTimeMillis();
|
// run(group, new RenameUnique());
|
||||||
// new RenameUnique().run(group);
|
|
||||||
// bdur = System.currentTimeMillis() - bstart;
|
|
||||||
// System.out.println("rename unique took " + bdur/1000L + " seconds");
|
|
||||||
|
|
||||||
// // remove except RuntimeException
|
// // remove except RuntimeException
|
||||||
// run(group, new RuntimeExceptions());
|
// run(group, new RuntimeExceptions());
|
||||||
@@ -89,8 +86,6 @@ public class Deob
|
|||||||
//
|
//
|
||||||
// run(group, new UnusedClass());
|
// run(group, new UnusedClass());
|
||||||
|
|
||||||
// new ModularArithmeticDeobfuscation().run(group);
|
|
||||||
|
|
||||||
new ModArith().run(group);
|
new ModArith().run(group);
|
||||||
|
|
||||||
saveJar(group, args[1]);
|
saveJar(group, args[1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user