具有点击一次支持的混淆工具
我发现了很多不支持 clickonce 的混淆工具。
您能为供应商提供一次性支持吗? 我想立即部署混淆的软件,而不添加任何额外的代码行(预构建、后构建等)
ps我相信这是与软件相关的
I have found a lot of obfuscation tools with no clickonce support.
Could you provide vendors with click once support?
I would like to deploy obfuscated software at once without adding ANY extra line of code (pre-buid, post build etc)
p.s. I believe that is software related
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我不能评价其他混淆产品,但这是 Dotfuscator 客户的要求。
目前尚不提供用于混淆 ClickOnce 应用程序的集成方法,但将在 Dotfuscator 的下一个主要版本中提供。我知道这一点,因为该任务当前分配给我:)。
如果您有什么特别想看的内容,请随时告诉我,我会在处理过程中牢记这一点。
I can't speak for other obfuscation products, but this has been a request of customers of Dotfuscator.
An integrated method for obfuscating ClickOnce applications is not currently available but will be coming in the next major release of Dotfuscator. I know this, because the task is currently assigned to me :) .
If there is anything in particular that you would like to see please feel free to let me know and I'll make sure to keep it in mind as I work on it.
您可以使用 mageui 在 Visual Studio 外部创建清单(从 Visual Studio 命令提示符运行 mageui)。它需要更多的工作,但您可以使用 dll 的后编译来创建清单。如果您想让初始设置后变得更容易,您可以创建一个 nant 构建文件来使用 mage(相当于 mageui 的命令行)为您完成所有步骤。
You can create the manifests outside of Visual Studio using mageui (run mageui from the visual studio command prompt). It requires a little more work, but you can create the manifests with the dll's post-compile. If you want to make it easier after the initial setup, you can create a nant build file to do all the steps for you using mage (command line equivalent to mageui).
我开发了一款名为 ClickOnceMore 的软件,可用于从模糊的程序集创建 ClickOnce 清单。它比 Mage 和 MageUI 更加用户友好,并且有一个命令行版本,可以作为构建过程的一部分包含在内。我有几个客户将其与混淆器结合使用,特别是 Dotfuscator。
您可以在这里找到该软件:http://www.clickoncemore.net
I produce a piece of software called ClickOnceMore which can be used to create ClickOnce manifests from obfuscated assemblies. Its more user friendly than Mage and MageUI and has a command line version that can be included as part of a build process. I have several customers who use it in conjunction with obfuscators, particularly Dotfuscator.
You can find the software here: http://www.clickoncemore.net
Visual Studio 2010 中包含的 Dotfuscator 软件将混淆您的代码并为您重新签署清单。之前的版本会造成混淆,但随后您必须自己重新签署清单。
The Dotfuscator software included in Visual Studio 2010 will obfuscate your code and re-sign the manifests for you. Prior versions would obfuscate, but then you had to re-sign the manifests yourself.