
Prevent reverse-engineering of your Visual Studio projects by third parties. Work with a security assistant that accesses and manages crucial bits of information and locks them from unauthorized access. Protect an entire project or restrict the security reach.
Eazfuscator.NET protects your Visual Studio source code so that no one can reverse-engineer them using your release executables. This program is quite easy to use; simply apply protection to your Visual Studio project by dragging and dropping the project to the program's interface; all later builds of the project get obfuscated automatically.
v2020.3 [Oct 11, 2020]
- .NET 5.0 support.
- JetBrains Rider 2020.2 support.
- Improved .NET Standard 1.0 - 2.1 support.
- Improved performance during obfuscation of .NET Core and .NET Standard assemblies.
- Improved documentation.
- Fixed issue with dynamic expressions that could lead to BadImageFormatException error during runtime.
- Fixed issue that could lead to inconsistent renaming of fields with compiler-controlled accessibility.
- Fixed issue with enabling code virtualization in Unity projects with .NET Standard backend.
- Fixed PDB serialization issue that could lead to "Too many directory blocks" error during obfuscation.
- Fixed VM issue with structures passed by reference that could lead to an error during obfuscation.
- Fixed several issues that caused .NET Native tool-chain to fail on obfuscated assemblies.
- Fixed issue with closure conditional obfuscation variable not working for generic closures.
- Fixed issue that could lead to assembly resolution error during obfuscation of a .NET Standard assembly.
- Fixed CVE-2018-1002208 vulnerability in a component used by Eazfuscator.NET.