diff --git a/de4dot.code/deobfuscators/Eazfuscator/Deobfuscator.cs b/de4dot.code/deobfuscators/Eazfuscator/Deobfuscator.cs index e45fae4a..b6b6b17e 100644 --- a/de4dot.code/deobfuscators/Eazfuscator/Deobfuscator.cs +++ b/de4dot.code/deobfuscators/Eazfuscator/Deobfuscator.cs @@ -93,8 +93,6 @@ namespace de4dot.code.deobfuscators.Eazfuscator { void findStringDecrypterMethod() { foreach (var type in module.Types) { - if (!string.IsNullOrEmpty(type.Namespace)) - continue; if (DotNetUtils.findFieldType(type, "System.IO.BinaryReader", true) == null) continue; if (DotNetUtils.findFieldType(type, "System.Collections.Generic.Dictionary`2", true) == null)