Merge branch 'master' into newcode

This commit is contained in:
de4dot 2012-01-23 23:19:59 +01:00
commit da0cf08b33

View File

@ -374,6 +374,8 @@ namespace de4dot.code.deobfuscators {
if (method == null)
continue;
var type = method.DeclaringType;
if (type == null)
continue;
if (type.Methods.Remove(method))
Log.v("Removed method {0} ({1:X8}) (Type: {2}) (reason: {3})",
Utils.removeNewlines(method),