need obfuscation

T

Tina

Is this Community Edition Obfuscator any good? Is there a good one or a
good method that doesn't cost so much money?
Thanks,
T
 
F

Frans Bouma [C# MVP]

Tina said:
Is this Community Edition Obfuscator any good? Is there a good one
or a good method that doesn't cost so much money? Thanks,
T

It's very good, though you have to help it.

One of the key things you have to do is to make as much classes and
methods PRIVATE or INTERNAL. This is essential. For example a .exe
project should have just all its classes internal and all methods
internal. This will give the obfuscator much more freedom to rename the
classes and methods.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
R

Rad [Visual C# MVP]

Is this Community Edition Obfuscator any good? Is there a good one or a
good method that doesn't cost so much money?
Thanks,
T

It's pretty good, but then again it depends on how much obfuscation you
want. For instance it doesn't encrypt strings. But all in all, pretty much
bang for the buck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Obfuscation / code protection in .NET 2.0 1
.NET Code Obfuscation. 2
newbie obfuscating issue 1
Obfuscation 5
Control flow obfuscation. 9
Pros/Cons of Obfuscation ? 19
obfuscation need 3
Best obfuscator 3

Top