CallObfus ConfigurableObfuscationPolicy默认对所有调用都开启cacheIndex

dev
walon 2025-06-21 11:20:57 +08:00
parent 67990f841a
commit d8fb8bc630
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace Obfuz.ObfusPasses.CallObfus
disableObfuscation = false,
obfuscateCallInLoop = true,
cacheCallIndexInLoop = true,
cacheCallIndexNotLoop = false,
cacheCallIndexNotLoop = true,
};
private readonly XmlAssemblyTypeMethodRuleParser<AssemblySpec, TypeSpec, MethodSpec, ObfuscationRule> _configParser;