简体   繁体   中英

How to include dotfuscated dll file to my c#.net project?

我已经成功对我的.dll文件进行了dotfuscated,以防止在反编译时轻松读取它。但是问题是,我无法使用dotfuscated dll文件,因为我的项目似乎无法理解该文件的内容。谁能帮我吗?

您需要在最终输出(所有项目一起)上运行混淆器,以便它可以处理跨程序集的引用。

Until that particular dll is obfuscated with option to be used as external library, you cannot reference it within your project.

Few obfuscator, obfuscate all the public classes & methods, hence referencing them is not useful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM