因为重构了Obfuscator传参方式,而ObfuscateUtil引用了相关代码,连带改动
parent
41230aca29
commit
03b0172240
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue