Support calli instruction

This commit is contained in:
de4dot 2012-07-08 04:18:26 +02:00
parent 5c2abfecaf
commit 598529a039

View File

@ -172,7 +172,7 @@ namespace de4dot.code.deobfuscators.ILProtector {
}
protected override CallSite readInlineSig(Instruction instr) {
throw new NotImplementedException(); //TODO:
return module.ReadCallSite(new MetadataToken(reader.ReadUInt32()));
}
protected override string readInlineString(Instruction instr) {