From 03b0172240f2fa87be9bf798971a10756b434412 Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 23 May 2025 12:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E9=87=8D=E6=9E=84=E4=BA=86Ob?= =?UTF-8?q?fuscator=E4=BC=A0=E5=8F=82=E6=96=B9=E5=BC=8F=EF=BC=8C=E8=80=8CO?= =?UTF-8?q?bfuscateUtil=E5=BC=95=E7=94=A8=E4=BA=86=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E8=BF=9E=E5=B8=A6=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.code-philosophy.obfuz4hybridclr/Editor/ObfuscateUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.code-philosophy.obfuz4hybridclr/Editor/ObfuscateUtil.cs b/com.code-philosophy.obfuz4hybridclr/Editor/ObfuscateUtil.cs index b751235..6667c59 100644 --- a/com.code-philosophy.obfuz4hybridclr/Editor/ObfuscateUtil.cs +++ b/com.code-philosophy.obfuz4hybridclr/Editor/ObfuscateUtil.cs @@ -62,7 +62,7 @@ namespace Obfuz4HybridCLR { 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)) {