Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free .NET obfuscator that supports command-line operation? [closed]

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
like image 327
knorv Avatar asked Apr 29 '09 20:04

knorv


People also ask

What is .NET obfuscator?

Spices - Spices.Net Obfuscator is a . Net code obfuscation, protection and optimization tool that offers the wide range of technologies to completely protect your . Net code and secure your data.

What is obfuscation in C#?

Obfuscation is a well-known term in software engineering. It is the concealment of written code purposefully by the programmer. It is mainly done for the purposes of security by making it obscure to avoid tampering, hide implicit values or conceal the logic used.


2 Answers

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

like image 99
knorv Avatar answered Sep 22 '22 23:09

knorv


Try also babel obfuscator

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

like image 33
Alberto Ferrazzoli Avatar answered Sep 22 '22 23:09

Alberto Ferrazzoli