源代码保护 [英] Source Code Protection

查看:33
本文介绍了源代码保护的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当您编译一个程序以使用 Visual Studio 2010 发布时,是否有任何高级方法可以使您的程序被反编译为源代码?有没有什么方法可以在编译前对源代码进行加密?

When you compile a program to publish with Visual Studio 2010, does that have any advanced methods to keep your program being decompiled to source code? Are there any methods you would use to encrypt yoursource code before compiling?

推荐答案

Visual Studio 默认情况下不应用任何形式的增强功能,也不修改已编译的二进制文件,除了选择的优化设置.但是,您可以使用一些保护器.还记得UPX吗?好吧,upx 仍然是一种非常可行的加密二进制文件的方法,当然这完全取决于您的需求.

Visual Studio by default does not apply any form of enhancements nor modify the compiled binaries other than chosen optimization setting. There are however protectors you can make use of. Remember UPX? Well upx is still a very viable method of encrypting your binaries altough of course it all depends on your needs.

这篇关于源代码保护的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆