Remove detection of Confuser in Unknown

This commit is contained in:
de4dot 2012-11-20 08:59:22 +01:00
parent 362d825042
commit 034910ff57

View File

@ -87,8 +87,6 @@ namespace de4dot.code.deobfuscators.Unknown {
string scanTypes() {
foreach (var type in module.Types) {
var fn = type.FullName;
if (fn == "ConfusedByAttribute")
return "Confuser";
if (fn == "ZYXDNGuarder")
return "DNGuard HVM";
if (type.Name.String.Contains("();\t"))