Free / Low Cost Obfuscator?

  • Thread starter Thread starter GroZZleR
  • Start date Start date
G

GroZZleR

Hey all,

I'm a small-time developer, not a huge studio. I simply can't afford
more than $100 dollars to purchase an obfuscator.

I don't own Visual Studio, I own the C# stand-alone package. This
means I don't get the dotObfuscator Community Edition (and I can't seem
to find a place to download it either).

Are there any low cost or free obfuscators for C# / .NET assemblies? I
use a lot of DLL class libraries in my code (it's a very abstract
pluggable architecture) so I need to preserve some names for my public
interfaces and such.

Thanks for your suggestions.
 
A $99 version call Xemo is available. I use it and like it.

Best Regards
Johann Blake
 
As with most tools you get what you pay for. I know you say it's out of your
buget range but I highly reccommend Xenocode. It's not exorbitantly
expensive and does a pretty good job.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top