Don't need to detect GO here anymore

This commit is contained in:
de4dot 2012-01-01 18:15:32 +01:00
parent 90ebd92333
commit 417fe04bba

View File

@ -99,8 +99,6 @@ namespace de4dot.code.deobfuscators.Unknown {
return "CodeFort";
if (type.FullName == "____KILL")
return "DeployLX CodeVeil";
if (type.FullName.Contains("ObfuscatedByGoliath"))
return "Goliath .NET Obfuscator";
if (type.FullName == "ZYXDNGuarder")
return "DNGuard HVM";
if (type.FullName == "InfaceMaxtoCode")