Remove detection of Babel in Unknown obfuscator

This commit is contained in:
de4dot 2012-01-19 05:42:00 +01:00
parent dc042d2f9a
commit 45ff4af573

View File

@ -97,8 +97,6 @@ namespace de4dot.code.deobfuscators.Unknown {
string scanTypes() {
foreach (var type in module.Types) {
if (type.FullName == "BabelAttribute" || type.FullName == "BabelObfuscatorAttribute")
return "Babel Obfuscator";
if (type.Namespace == "___codefort")
return "CodeFort";
if (type.FullName == "____KILL")