Obfuscator question

J

John T.

Hi all

I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a single
programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.

..jt
 
J

John T.

It's just a few more than a demo.
Has very limted features.
It's easy to elude.
And can be used for non-profit non-commercial projects only.
 
F

Frans Bouma [C# MVP]

John said:
It's just a few more than a demo.
Has very limted features.
It's easy to elude.
And can be used for non-profit non-commercial projects only.

No, it's free for every VS.NET licensee. It's limited, but it doesn't
have to be too limited. After all, obfuscation starts my making as much
code internal and private as possible. E.g. in a .exe, no forms/classes
should be public, everything should be internal. Once the code which
doesn't have to be public is made internal, obfuscation really shines,
also with the shipped limited edition of dotfuscator.

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#)
------------------------------------------------------------------------
 
H

Henrik Erlandsson

Hi John,

I use .NET Reactor which has better protection than most obfuscators.
The one from Visual Studio is out of the question because the code is
still readable. .NET Reactor has a native wall as well. It is very cheap
- $172. It is not integrated in VS but has many other features.

http://www.eziriz.com

best regards,

Henrik
 
J

John T.

Hi Henrik

are you in business with .NET Reactor? :)

Do you think that NET Reactor is suitable for a library of controls?

IMHO, .NET Reactor is a good product but, according authors "In contrast to
obfuscators .NET Reactor completely stops any decompiling by mixing any pure
..NET assembly with native machine code".

I need an obfuscator that returns me a pure .NET DLL assembly, not a cake of
..NET code and machine code!
 
H

Henrik Erlandsson

No, I'm not in business with them. But for a small company as mine the
price tag was more important than the solution. A pure .NET dll assembly
is still readable at I can not allow that.

regards,

Henrik
 
H

Henrik Erlandsson

I looked at CodeVeil which seemed interesting and tried it on my files
even though is has a more hefty price tag.

One thing I noticed about that tool was my F-Secure Anti-Virus flagged
the file as containing a virus. Searched on that on google and it seemed
to be a known problem for that tool which is not acceptable.
 
Joined
Nov 21, 2009
Messages
79
Reaction score
0
Agree that obfuscators can be really expensive - but take a look at Crypto Obfuscator - its reasonably priced and does not skip the protections available in others. It has some unique ones like method call hiding, Anti-debug, anti-tamper, etc.
 

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