#661 Scripts not showing fixed

This commit is contained in:
2014-09-03 14:19:54 +02:00
parent a75b9ad4e8
commit 4baaf25b02
@@ -830,7 +830,7 @@ public class AVM2Code implements Serializable {
code.add(new AVM2Instruction(startOffset, instr, actualOperands, ais.stopBuffer()));
ais.endDumpLevel(instr.instructionCode);
} else {
ais.endDumpLevel(instr.instructionCode);
ais.endDumpLevel();
break; // Unknown instructions are ignored (Some of the obfuscators add unknown instructions)
//throw new UnknownInstructionCode(instructionCode);
}