Is there any Free .NET Obfuscator for protecting C# application?

  • Thread starter Thread starter jmchadha
  • Start date Start date
J

jmchadha

Hi,

I have written a small C# windows application and I want to distribute
it for free. But I want to protect my code to maximum level so that no
body should be able to disassemble it from the assemblies.

I have searched net and there are lots of products available which
claims to do so but unable to find any free one. Is there any free .NET
obfuscator which can help me in that. btw I have developed my app in
Visual Studio 2003.

Thanks in advance
JM
 
Umm,
doesn't the PreEmptive DotFuscator Community Edition come with Visual
Studio.NET 2003? I seem to recall that it does, although I personall do not
use it.
Peter
 
Back
Top