Free obfuscator for C# express

  • Thread starter Thread starter Andrus
  • Start date Start date
A

Andrus

C# Express does not contain obfuscator.

Which free obfuscator I can use with it ?

Andrus.
 
Andrus said:
C# Express does not contain obfuscator.

Which free obfuscator I can use with it ?

I'm yet to see an obfuscator that provides any value over the identity
obfuscator. And that one really is free (as opposed to 'free'
obfuscators that make debugging hard and expensive).

If your system's security depends on people not being able to reverse
engineer your code, you're in serious trouble - these days nobody has to
do static analysis - they can run your code in a debugger and your
obfuscation offers you very little protection.

If your IP depends on people not being able to reverse engineer your
code, I suggest getting a patent.

Alun Harford
 
Back
Top