将 Dotfuscator 作为构建后事件运行
我在 Visual Studio 2010 中使用 Dotfuscator。
我想将 Dotfuscator 作为构建后事件运行,因此每次构建项目时,Dotfuscator 都会使用我创建的配置在输出 DLL 上运行,并且我将获得一个新的 Dotfuscated DLL无需手动打开 Dotfuscator。
在对其进行混淆后,我将对其进行签名(使用 sn.exe)并将其复制到我使用该 DLL 的目录中。
如何将 Dotfuscator 作为构建后事件(或从命令行)运行?
I'm using Dotfuscator in Visual Studio 2010.
I want to run Dotfuscator as a post build event so every time I build a project Dotfuscator will run on the output DLL using a configuration I've created and I'll get a new Dotfuscated DLL without having to manually open Dotfuscator.
After it will be obfuscated, I'll resign it (using sn.exe) and copy it to the directory where I use that DLL.
How can I run Dotfuscator as a post build event (or from command line)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Dotfuscator CE 的最新更新(版本 5.0.2600,于 2010 年 8 月发布)包括对注册用户的命令行支持。
转到此处:http://www.preemptive.com/support/dotfuscator-support细节。
The latest update to Dotfuscator CE (version 5.0.2600, released in August 2010) includes command line support for registered users.
Go here: http://www.preemptive.com/support/dotfuscator-support for details.
不要被 PreEmptive 的东西所吸引,注册后您将有权下载 30 天试用/评估版本,而不是启用命令行的社区版本。他们的比较页面清楚地表明社区版本(免费)没有命令行支持。
Don't be lured into the PreEmptive stuff, after you register you get a right to download a 30 day trial/evaluation version and NOT a community version with command-line enabled. Their comparison page states clearly that the community version (free) does NOT have a command-line support.