Dotfuscator 不在 VS2008 中吗?
我安装了VS2008专业版,找不到Dotfuscator。我也找不到下载社区版的地方。看来Dotfuscator应该已经集成到VS2008中了,但我只有其他可见的工具,例如Reflector。有没有办法单独下载Dotfuscator? 谢谢
I've got VS2008 professional edition installed and can't find Dotfuscator. I also can't find anywhere to download the community edition. It seems that Dotfuscator should already integrated into VS2008, but I only have other tools visible such as Reflector. Is there a way to download Dotfuscator separately?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您还安装了 Visual Studio 2010 Pro 或更高版本的默认安装,您将安装更新版本的 Dotfuscator (Dotfuscator CE 5)。该版本的 Dotfuscator 可以毫无问题地与任何 .NET 程序集(回到 1.0)一起使用。事实上,使用新版本的 Dotfuscator 可以为您提供更好的 UI 以及更好的混淆体验(由于包含 SmartObfuscation 技术,这使得“指向并射击”变得更容易)。
If you also have a default installation of Visual Studio 2010 Pro or higher installed you will have the more recent version of Dotfuscator installed (Dotfuscator CE 5). That version of Dotfuscator will work with any .NET assembly (back to 1.0) with no problems. In fact, using the newer version of Dotfuscator gives you a better UI as well as a better obfuscation experience (due to the inclusion of SmartObfuscation technology which makes it easier to just "point and shoot").
查看此链接(它是 PDF),然后转到第 9 页。安装时选择它。我会说再次放入光盘,选择“添加/删除现有功能”,然后选择安装它。
Check out this link (it's a PDF), and go to page 9. You have to choose it when you are installing. I would say put the disc in again, choose Add/Remove Existing Features, and choose to install it.
在我的 VB2008 Pro 安装中,我可以通过选择来启动 Dotfuscator
。
On my VB2008 Pro installation, I can start Dotfuscator by selecting
.