保护 Windows Phone 7 应用程序的安全?
我即将将我的一些应用程序移植到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前您无法使用 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.