dnlib renamed a method

This commit is contained in:
de4dot 2013-09-20 20:26:17 +02:00
parent b80a1a0b7c
commit aabe7f0ad4
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ namespace de4dot.code {
var dm = GetDumpedMethod(rid);
if (dm == null)
return null;
return MethodBodyReader.Create(module, dm.code, dm.extraSections, parameters, dm.mhFlags, dm.mhMaxStack, dm.mhCodeSize, dm.mhLocalVarSigTok);
return MethodBodyReader.CreateCilBody(module, dm.code, dm.extraSections, parameters, dm.mhFlags, dm.mhMaxStack, dm.mhCodeSize, dm.mhLocalVarSigTok);
}
}
}

2
dnlib

@ -1 +1 @@
Subproject commit 1b03219dc2ac4b185792648e90aec17f215979a6
Subproject commit fda808afae435fe1259074dd129e0ba97b0091c1