Constant parameter test, kind of slow though, 46s.
This commit is contained in:
@@ -490,6 +490,9 @@ public class ConstantParameter implements Deobfuscator
|
||||
// move things that jump here to instead jump to 'to'
|
||||
for (Instruction i : instructions.getInstructions())
|
||||
i.replace(ins, to);
|
||||
|
||||
for (net.runelite.asm.attributes.code.Exception e : instructions.getCode().getExceptions().getExceptions())
|
||||
e.replace(ins, to);
|
||||
|
||||
instructions.remove(ins);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user