cf.net 应用程序保护(反错误、混淆)

发布于 2024-08-07 13:13:02 字数 90 浏览 3 评论 0原文

是否有任何开箱即用的解决方案可以保护 cf.net (3.5) 软件免受逆向工程和未经许可的重新分发(平均黑客保护)?有打包器/本地包装器的选项吗?

Is there any out-of-the box solution that protects cf.net (3.5) software against reverse engineering and unlicensed redistribution (average hacker protection)? Any option of packer/native wrapper?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

恍梦境° 2024-08-14 13:13:03

我使用 Eazfuscator.NET - 它是免费的,而且很好。

I use Eazfuscator.NET - it's free and it's good.

稀香 2024-08-14 13:13:02

我们使用 Xenocode Postbuild 来处理我们需要混淆的所有内容。请注意,对程序集的任何混淆都会减慢其执行速度。

编辑

PostBuild不再可用,事实上他们的许可证服务器已经离线,所以即使你有许可版本,你也不能再使用它(为什么你不能直接发布源代码,人们?)。我们已经转向 LogicNP 的加密混淆器,它相当直观,并且仍然可以正常工作适用于 Compact Framework 组件。

We use Xenocode Postbuild for everything we need to obfuscate. Be aware that just about any obfuscation of your assembly will slow its execution.

EDIT

PostBuild is no longer available, and in fact their license server went offline, so even if you had a licensed version, you can no longer use it (why couldn't you just release the source, people?). We've moved to LogicNP's Crypto Obfuscator which was fairly intuitive and still works just fine with Compact Framework assemblies.

喜你已久 2024-08-14 13:13:02

上述所有解决方案都适合您,但如果您想要具有成本效益的解决方案,您可以尝试 http://www.eziriz.com / - .NET 反应器。我已经使用了试用版,它与抢占式和 Remotesoft Salamander 一样有效,但成本要低得多 - 单个开发人员许可证只需 179 美元,公司许可证只需 279 美元 - 更多详细信息请参见 - http://www.eziriz.com/order.htm

All the above solutions will work for you but if you want something cost effective, you can try http://www.eziriz.com/ - .NET reactor. I have used the trial version and it is as effective as preemptive and remotesoft salamander but for a much lower cost - it is only $179 for a single developer license and $279 for a company license - more details here - http://www.eziriz.com/order.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文