Editor: An Obfuscator can obfuscate .NET IL Code and protect .NET dll/exe Assembly. Obfuscated code is unreadable and unmodifiable, it may anti-decompile and cause Decompiler crashed (e.g. .NET Reflector). Obfuscator.NET supports name obfuscation (e.g. class/method/field/parameters etc.) and flow obfuscation. Decompiler can not show correct structure and code of the obfuscated assembly.
Features
* Name Obfuscation
* Flow Obfuscation
* Anti Decompile
* Supports .NET framework 1.1, 2.0, 3.0 and 3.5
new:
Fix bug for Command Line