如何保护.NET中.dll程序集中的源代码,特别是C Sharp代码
Possible Duplicate:
Protect .NET code from reverse engineering?
Hi All,
There are tools that can allow you to see the source code of dll assembly. I want to find out how to prevent that, so that C sharp source code is protected.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要查看代码混淆。我在 .net 上使用过 dotfuscator 并且效果很好。
You want to look into Code Obfuscation. I have used dotfuscator for .net and has worked well.