vote up 3 vote down star
1

Is there a .NET obfuscator that fulfills all of the following requirements?

Strict requirements:

  • The obfuscator must be free to use
  • The obfuscator must support command-line operation
  • The obfuscator must itself be written in a .NET language so that it can be run using Mono
flag

First question in the "Related" section stackoverflow.com/questions/337134/… – Eduardo Molteni Apr 29 at 20:46
Thanks for the reference Eduardo, but the requirements here are much stricter than in previous questions. Please let me know if you find an exact duplicate. – knorv Apr 29 at 20:50

2 Answers

vote up 2 vote down

Try also babel obfuscator

http://code.google.com/p/babelobfuscator/

link|flag
vote up 3 vote down check

Obfuscar is free to use, supports command-line operation and can be run using Mono.

link|flag

Your Answer

Get an OpenID
or

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