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.
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.
// Install eazfuscator.net as a Cake Addin
#addin nuget:?package=eazfuscator.net&version=3.3.0

// Install eazfuscator.net as a Cake Tool
#tool nuget:?package=eazfuscator.net&version=3.3.0

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 34,367 4/11/2012
2.9.41.774 1,873 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