Update detection of CliSecureRT type

This commit is contained in:
de4dot 2011-11-28 11:25:18 +01:00
parent dab8907f8c
commit d7c42185a8

View File

@ -103,7 +103,7 @@ namespace de4dot.deobfuscators.CliSecure {
methods++;
}
}
if (methods < 2)
if (methods == 0)
continue;
stringDecrypterMethod = cs;