Lower num required found proxies

This commit is contained in:
de4dot 2012-01-24 14:54:23 +01:00
parent 8fbcdeb060
commit 94f3fc9369

View File

@ -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()) {