Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用ConfuserEx混淆我的应用程序,我所做的是:
ConfuserEx
当我按下生成的 exe 时,它根本不运行,如果我不应用步骤 2 的规则,exe 将运行,我该如何调试?我没有收到任何错误。
如果我没记错的话,Confuser 是一个开源项目。所以下载源代码,编译调试。 混淆 WPF 项目有点棘手,因为基于反射和反射的 WPF 对混淆并不“友好”。 您可以尝试自定义最大预设并删除诸如
所以它可以工作。不要忘记 dll(如果有的话)。