This commit is contained in:
de4dot 2012-07-08 08:14:36 +02:00
parent 1b1cf4ec60
commit 9f8cac4dac

View File

@ -79,7 +79,7 @@ namespace de4dot.code.deobfuscators {
continue;
}
var calledMethod = DotNetUtils.getMethod(module, instr.Operand as MethodReference);
var calledMethod = DotNetUtils.getMethod2(module, instr.Operand as MethodReference);
if (calledMethod == null)
continue;
if (possiblyUnusedMethods.ContainsKey(calledMethod))