Obfuscator for .Net Assemblies

K

kashifwk

I am evaluating Obfuscator to secure the source code in .Net
assembilies.I am considering following obfuscators:

1) XenoCode (http://www.xenocode.com)
2) Spices.Obfuscator (http://www.9rays.net/Products/Spices.Obfuscator)
3) CodeVeil (http://www.xheo.com/products/enterprise/codeveil)
4) .NET Obfuscator (http://www.preemptive.com)
5) .Net Reactor (http://www.eziriz.com)I

Tried almost half of them and when I open the Secured/Encrypted
assembly in Dis# decompiler it shows me not only all public tag
(function definition, user defined structures, etc) but also
decompiles
each function (it just replaced variable name inside functions).I am
wondering if anyone know about any good Obfuscator or have any comment
about the above mentioned ones. I will really appreciate any comments
you might have.

Thank you in Advance.
Kashif
 
J

JungleCreatures

Hi Kashif,

You should consider our obfuscator built in to Decompiler.NET. The
product is both an obfuscator and decompiler and has advanced
obfuscation features like string literal encryption, and unique
obfuscation features like factoring the bodies of public members into
obfuscated implementations. Please contact us at
(e-mail address removed) if you have questions about the product.
You can download a free trial version from our web site at
http://www.junglecreatures.com/

Jonathan Pierce
President
Jungle Creatures, Inc.
http://www.junglecreatures.com/
 
Joined
Nov 21, 2009
Messages
79
Reaction score
0
Have you tried Crypto Obfuscator in your tests? It has many protections - control flow obfuscation, method call obfuscation - crashes C#/VB code view of most dissassemblers like Reflector.
 

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

Top