.NET exe/dll 混淆
可能的重复:
.NET DLL 混淆:我怎样才能保护我的代码?
大家好,
我正在使用.net框架4.0并制作任何程序。当我完成它后,我发布它并获取我的程序 exe。 但是任何第三方软件都会反编译我的 exe,任何人都可以查看我的代码。 例如:
如何保存我的代码?
谢谢大家...
Possible Duplicate:
.NET obfuscation of a DLL: how can I protect my code?
Hi all,
I'm using .net framework 4.0 and making any program. When i finished it, i publish it and get my programs exe.
But any 3rd party softwares decompiles my exe and anybody views my codes.
For example :
How do i save my code?
Thanks all...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用混淆工具,例如 Dotfuscator 或 Eazfuscator.NET。
Eazfuscator.NET 是免费的,Dotfuscator 有有限的社区版,但缺乏其他产品中免费提供的许多功能。
更新
Eazfuscator.NET 现已商业化。 此链接提供了最新免费版本的下载链接并列出了一些替代方案(截至 2012 年 9 月)
You could use an obfuscation tool, like Dotfuscator or Eazfuscator.NET.
Eazfuscator.NET is free, Dotfuscator has a limited Community Edition, but is lacking many of the features available for free in the other product.
UPDATE
Eazfuscator.NET is now commercial. This link provides a download link for the last free version and lists some alternatives (as of September 2012)