修复计算assembly的obfuscation pass时总是使用默认值的bug

before-split
walon 2025-05-29 20:59:12 +08:00
parent c3ed85fb3f
commit 2312291040
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ namespace Obfuz
{ {
if (ass.nameMatcher.IsMatch(assName)) if (ass.nameMatcher.IsMatch(assName))
{ {
result = (ass, _defaultPassRule); result = (ass, ass.rule);
break; break;
} }
} }