Developer(s) | Preemptive Solutions, LLC |
---|---|
Initial release | April 2002 |
Stable release | 6.5.4
/ 7 April 2023 |
Operating system | Windows, Linux, MacOS. |
Type | Code obfuscator |
License | Proprietary software |
Website | www |
Dotfuscator is a tool performing a combination of code obfuscation, optimization, shrinking, and hardening on .NET, Xamarin and Universal Windows Platform apps. Ordinarily, .NET executables can easily be reverse engineered by free tools (such as ILSpy, dotPeek and JustDecompile), potentially exposing algorithms and intellectual property (trade secrets), licensing and security mechanisms. Also, code can be run through a debugger and its data inspected. Dotfuscator can make all of these things more difficult.
Dotfuscator was developed by PreEmptive Solutions. A free version of the .NET Obfuscator, called the Dotfuscator Community Edition, is distributed as part of Microsoft's Visual Studio.[1][2][3][4][5] However, the current version is free for personal, non-commercial use only.