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.
我已经成功地对我的 .dll 文件进行了 dotfuscated 以防止它在反编译时被轻松读取...但问题是,我无法使用 dotfuscated dll 文件,因为我的项目似乎无法理解文件的内容.. . 任何人都可以帮助我吗?...
您需要在最终输出(所有项目一起)上运行混淆器,以便它可以处理跨程序集的引用。
在该特定 dll 被用作外部库的选项混淆之前,您不能在项目中引用它。
很少有混淆器,混淆所有公共类和方法,因此引用它们是没有用的。