
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.
v2022.1 [Apr 12, 2022]
- Preliminary support for .NET 7.0.
- JetBrains Rider 2021.3 support.
- Introduced EazfuscatorActiveConfigurations MSBuild property that allows to specify multiple build configurations eligible for obfuscation.
- Improved code virtualization.
- Improved --ensure-obfuscated command-line option: multi-threaded processing, visual reporting, more detailed exit codes of a process.
- Improved documentation.
- Fixed issue that could lead to "Unable to extract field definition from instruction operand" error during obfuscation.
- Fixed issue that could lead to a build error when using an obfuscated assembly as a reference in a C /CLI project.
- Fixed issue that could lead to unverifiable code when using dynamic expressions on interface types.
- Fixed issue that could lead to TypeLoadException in obfuscated .NET 6.0 binaries compiled with ReadyToRun.
- Fixed issue that could lead to BadImageFormatException during ReadyToRun image generation.
- Fixed issue that could lead to ArgumentException when using application settings in obfuscated projects targeting .NET Core or .NET 5.0 .
- Fixed issue with anonymous types that could occur after assembly merging.
- Fixed issue with .NET Standard 2.1 assembly merging.
- Fixed issue with code inlining that could lead to "Cannot bind method" error at runtime.
- Fixed multiple issues with custom attributes.
- Fixed issue when MSBuild integration might not work for Visual Studio versions 2012 and 2013.