Detect another new obfuscator

This commit is contained in:
de4dot 2011-10-07 08:45:40 +02:00
parent e4cc4672d2
commit 4cca5190da

View File

@ -94,6 +94,8 @@ namespace de4dot.deobfuscators.Unknown {
return "BitHelmet";
if (type.FullName == "NineRays.Decompiler.NotDecompile")
return "Spices.Net Obfuscator";
if (type.FullName == "YanoAttribute")
return "Yano Obfuscator";
}
return checkCryptoObfuscator();
}