因为重构了Obfuscator传参方式,而ObfuscateUtil引用了相关代码,连带改动

before-split
walon 2025-05-23 12:56:09 +08:00
parent 41230aca29
commit 03b0172240
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace Obfuz4HybridCLR
{ {
throw new Exception($"outputPath:{outputPath} can't be same to ObfuscatedAssemblyOutputPath:{obfuscatedAssemblyOutputPath}"); throw new Exception($"outputPath:{outputPath} can't be same to ObfuscatedAssemblyOutputPath:{obfuscatedAssemblyOutputPath}");
} }
foreach (var assemblySearchDir in builder.AssemblySearchPaths) foreach (var assemblySearchDir in builder.CoreSettingsFacade.assemblySearchPaths)
{ {
if (AreSameDirectory(assemblySearchDir, obfuscatedAssemblyOutputPath)) if (AreSameDirectory(assemblySearchDir, obfuscatedAssemblyOutputPath))
{ {