Rebuild jump graph in inliner
This commit is contained in:
@@ -200,6 +200,9 @@ public class MethodInliner implements Deobfuscator
|
||||
|
||||
methodInstructions.remove(invokeIns);
|
||||
|
||||
methodInstructions.buildJumpGraph();
|
||||
invokeMethodInstructions.buildJumpGraph();
|
||||
|
||||
for (Instruction i : invokeMethodInstructions.getInstructions())
|
||||
{
|
||||
// move instructions over.
|
||||
|
||||
Reference in New Issue
Block a user