保护 Windows Phone 7 应用程序的安全?

发布于 2024-11-02 02:23:27 字数 153 浏览 3 评论 0原文

我即将将我的一些应用程序移植到 Windows Phone 7。目前,这些应用程序都是本机的、C++ 或 Delphi。多年来,我对如何保护本机代码免遭破解、密钥生成等问题有了很好的理解和技能。但是,我完全不知道如何保护 .NET 代码。

.NET 世界中的最佳实践是什么?

I'm about to port some of my applications to Windows Phone 7. At the moment, these apps are all native, C++ or Delphi. Over the years I've developed a good understanding and skills on how to secure the native code against cracking, keygening, etc. But, i'm completely unaware on how to protect .NET code.

What are the best practices in the .NET world?

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

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

发布评论

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

评论(1

分开我的手 2024-11-09 02:23:27

目前您无法使用 C++ 代码进行 Windows Phone 开发,因此您需要重写代码。

最多你可以让你的代码变得模糊,并且必须允许微软在发现新的漏洞时负责处理黑客。

Right now you can't use C++ code for Windows Phone development so you will need to rewrite your code.

At most you can have your code obfuscated and will have to allow Microsoft to take care of handling the hackers anytime a new exploit is found.

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