Obfuscation of .NET exe/dll [duplicate]

泄露秘密 提交于 2019-12-04 19:00:36

问题


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...


回答1:


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)



来源:https://stackoverflow.com/questions/4304086/obfuscation-of-net-exe-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!