vote up 1 vote down star

What's the best value for money c# code protection? Some just use obfuscation, others add win32 wrapping, some cost a fortune. So far I've come up with http://www.eziriz.com/ who's Intellilock looks promising. Any other suggestions? Any reasons why this is not a good idea?

I know its impossible to completely protect but I'd prefer the ability to protect my code so that it would require a lot of effort in order to recover it. I do hope to sell my products eventually, while also releasing some for free.

flag
Spaghetti code + obfuscation would turn many away. Even though people can reverse engineer your code, on some rare occasions they actually copy it. Haven't seen in the past. If there's a higher possibility of code steal you can always put a different price tag on it to compensate for it. I'm not a big fan of code obfuscation or any other thing alike. – Robert Koritnik Nov 20 at 9:12

3 Answers

vote up 0 vote down

Our Crypto Obfuscator product is affordable - license does not cost thousands of dollars - and provides strong obfuscation to your assemblies.

link|flag
vote up 0 vote down

The Dotfuscator community edition does nothing more than renaming your methods (to my knowledge). That is far away from a reasonable protection.

If you want a free obfuscator you may try this one

Other than that, Intelliclock looks like a good decision if price matters.

link|flag
vote up 2 vote down

First of all, no matter what kind of protection you'll employ,a truly dedicated cracker will, eventually, get through all of the protective barriers. It might simply not worth it employing high-level code obfuscation; rather focus that time into making a better application.

One way to look at this problem, is that people pirating your software are not your target audience; focus on paying customers instead.

With that said, Visual Studio includes the community edition of Dotfuscator, which is fairly decent (for it's value); I would look into that, if needed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.