eazfuscator.net 3.3.0

dotnet add package eazfuscator.net --version 3.3.0
                    
NuGet\Install-Package eazfuscator.net -Version 3.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="eazfuscator.net" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="eazfuscator.net" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="eazfuscator.net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add eazfuscator.net --version 3.3.0
                    
#r "nuget: eazfuscator.net, 3.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package eazfuscator.net@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=eazfuscator.net&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=eazfuscator.net&version=3.3.0
                    
Install as a Cake Tool

Eazfuscator.NET is a free obfuscator for .NET platform. The main purpose of obfuscator is to protect intellectual property of the software.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.0 40,448 4/11/2012
2.9.41.774 2,129 8/5/2011

Version 3.3 released on March 5, 2012

- Code optimizer. Delivers great speed to your apps
- Control and data flow analysis. Delivers better reflection support
- Greatly improved support of self-hosted WCF services
- XNA 4 support
- Silverlight 5 support
- Windows SDK 8.0 support
- Visual Studio 11 support
- Neutral mode is the default one for assembly loader now. This solves architecture dependency issues, and now it is possible to obfuscate 64 bit assemblies on 32 bit machines
- Fixed template method signature lookup issue
- Fixed bug in template constraints rewriting
- Fixed own satellite assemblies embedding issue introduced in 3.2
- Fixed a reflection analysis issue for Windows Phone apps introduced in 3.2
- Fixed issues with overloaded methods in XML Documentation Filter