我刚开始使用 Dotfuscator 并且从一开始就碰壁了,当我构建我的项目 Dotfuscator 时说:
Writing Assemblies...
Bad RVA found: 46
Build Error.
我在网上的任何地方都找不到关于这个问题的任何提及。
我的项目分为几个部分,一个核心库项目和几个依赖于库项目的应用程序。我现在只是想混淆图书馆项目。对于输入程序集,我刚刚将 Dotfuscator 指向 bin/x86/Release 文件夹中的 Library.dll。
我在这里做错了什么,还是我真的在 Dotfuscator 中遇到了以前未知的错误?
编辑:我刚刚注意到“仅调查”选项,我刚刚针对该项目运行它,它似乎工作得很好:
Build Finished.
Build Statistics Total Renamed Percent Renamed
Types: 271 63 23.25 %
Methods: 1609 672 41.77 %
Fields: 1099 852 77.53 %
Dotfuscator Community Edition cannot rename generic types or methods.