[RESOLVED] How can I obfuscate my code?
Hello,
for a while now I have been playing around with a .NET reflector to see what it does and works, etc.
It's really cool, don't get me wrong, I just want to know how can I obfuscate my code so people won't be able to see my code as if they where opening it directly with VS.
Thanks in advance!
Re: How can I obfuscate my code?
VS 2008 Supports obfuscate
Tutorial
Re: How can I obfuscate my code?
The Dotfuscator CE that comes with VS (Pro and above I think) is relatively basic. There is an updated version you can download that integrates it further with VS but I'm not sure it adds any extra obfuscation functionality. There are various commercial packages available, including the full version of Dotfuscator, but they are not cheap. I'd recommend at least taking a look at Eazfuscator, which is free, easy to use and a bit more functional.
Re: How can I obfuscate my code?
Great! Thanks! I was about to ask if there was a free one, because I'm using the express edition.
Thanks again :D.