Rebuild jump graph in inliner

This commit is contained in:
Adam
2015-08-08 21:51:15 -04:00
parent da0b7403b4
commit 7c336948fc
3 changed files with 10 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ public class Deob
//new ModularArithmeticDeobfuscation().run(group);
//new MethodInliner().run(group);
new MethodInliner().run(group);
saveJar(group, args[1]);