Update detection code

This commit is contained in:
de4dot 2011-12-21 06:40:10 +01:00
parent 13b84383f2
commit 795ab8bee1

View File

@ -103,7 +103,7 @@ namespace de4dot.code.deobfuscators.CliSecure {
methods++;
}
}
if (methods == 0)
if (methods == 0 || (methods == 1 && initialize != null))
continue;
stringDecrypterMethod = cs;