diff --git a/de4dot.code/deobfuscators/DeepSea/Deobfuscator.cs b/de4dot.code/deobfuscators/DeepSea/Deobfuscator.cs index 669d4f0b..50d95bdb 100644 --- a/de4dot.code/deobfuscators/DeepSea/Deobfuscator.cs +++ b/de4dot.code/deobfuscators/DeepSea/Deobfuscator.cs @@ -147,7 +147,7 @@ namespace de4dot.code.deobfuscators.DeepSea { } bool detectMethodProxyObfuscation() { - const int MIN_FOUND_PROXIES = 20; + const int MIN_FOUND_PROXIES = 10; int foundProxies = 0, checkedMethods = 0; foreach (var type in module.GetTypes()) {