如何使用Net Reactor混淆工具重写原文件

how to use Net Reactor obfuscation tool to rewrite original file

当我使用 .net Reactor 加密我的项目时,它会创建 mydllname_secure 文件夹,但我希望直接重写原始文件,这可能吗? 我尝试更改

中的目标文件设置
<AssemblyLocation>\<AssemblyName>_Secure\<AssemblyFileName>

<AssemblyLocation><AssemblyFileName> 

但从未加密 请让我知道我将进行哪些更改,以便使用 .net reactor 工具覆盖相同的文件

以下设置有效

<AssemblyLocation>\<AssemblyFileName>