Fix identifying vmethods incorrectly if two classes can be reached in the classgraph with two methods that have the same name and signature but are otherwise unrelated

This commit is contained in:
Adam
2015-08-04 20:40:20 -04:00
parent b4a316b811
commit 9c3b0b4754
2 changed files with 38 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ public class Deob
bstart = System.currentTimeMillis();
new UnusedParameters().run(group);
bdur = System.currentTimeMillis() - bstart;
System.out.println("unused blocks took " + bdur/1000L + " seconds");
System.out.println("unused params took " + bdur/1000L + " seconds");
// remove jump obfuscation
//new Jumps().run(group);