Injection works, I don't think I need to change this descriptor comparison since the client versions are the same

This commit is contained in:
Adam
2016-03-31 12:50:38 -04:00
parent a163bc4c46
commit d78a83c50b
2 changed files with 1 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public class BiPush extends Instruction implements PushConstantInstruction
super(instructions, InstructionType.BIPUSH, -1);
this.b = b;
length += 1;
}
@Override

View File

@@ -355,7 +355,6 @@ public class Inject
Type lastGarbageArgumentType = null;
assert false;
if (!deobfuscatedMethod.getDescriptor().equals(invokeMethod.getDescriptor()))
{
// allow for obfuscated method to have a single bogus signature at the end