Code should return true

This commit is contained in:
de4dot 2012-01-25 05:47:34 +01:00
parent 2684ccab93
commit c3b9b840e4

View File

@ -137,7 +137,7 @@ namespace de4dot.code.deobfuscators.DeepSea {
if (!method.IsStatic)
return true;
if (method.GenericParameters.Count > 0)
continue;
return true;
if (method.Body == null)
return true;
if (method.HasPInvokeInfo || method.PInvokeInfo != null)