Obfuscar 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Obfuscar --version 2.0.1                
NuGet\Install-Package Obfuscar -Version 2.0.1                
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="Obfuscar" Version="2.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Obfuscar --version 2.0.1                
#r "nuget: Obfuscar, 2.0.1"                
#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 Obfuscar as a Cake Addin
#addin nuget:?package=Obfuscar&version=2.0.1

// Install Obfuscar as a Cake Tool
#tool nuget:?package=Obfuscar&version=2.0.1                

Obfuscar is a basic obfuscator for .NET assemblies. It uses massive overloading to rename metadata in .NET assemblies (including the names of methods, properties, events, fields, types and namespaces) to a minimal set, distinguishable in most cases only by signature.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Obfuscar:

Package Downloads
MSBuild.Obfuscar

Build targets interface for Obfuscar

astator.Core

用于astator脚本的开发

Humbatt.MSBuild.Obfuscar

Build targets interface for Obfuscar

Net4x.PackAsLibrary

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Obfuscar:

Repository Stars
lindexi/lindexi_gd
博客用到的代码
Version Downloads Last updated
2.2.40 11,981 10/23/2024
2.2.39 18,975 8/12/2024
2.2.38 132,711 7/19/2023
2.2.37 61,625 12/28/2022
2.2.36 11,568 11/28/2022
2.2.35 12,498 11/20/2022
2.2.34 1,159 11/19/2022
2.2.33 143,217 1/15/2022
2.2.32 17,331 11/18/2021
2.2.31 36,988 7/10/2021
2.2.30 20,959 4/15/2021
2.2.29 43,862 12/6/2020
2.2.28 169,918 8/22/2020
2.2.26 43,607 4/8/2020
2.2.25 143,054 10/24/2019
2.2.24 17,758 8/1/2019 2.2.24 is deprecated because it is no longer maintained.
2.2.23 6,117 7/7/2019 2.2.23 is deprecated because it is no longer maintained.
2.2.19 4,644 5/7/2019 2.2.19 is deprecated because it is no longer maintained.
2.2.18 49,670 2/2/2019 2.2.18 is deprecated because it is no longer maintained.
2.2.16 1,928 1/31/2019 2.2.16 is deprecated because it is no longer maintained.
2.2.15 24,420 1/9/2019 2.2.15 is deprecated because it is no longer maintained.
2.2.14 37,681 11/21/2018 2.2.14 is deprecated because it is no longer maintained.
2.2.13 30,209 8/18/2018 2.2.13 is deprecated because it is no longer maintained.
2.2.12 66,500 7/1/2018 2.2.12 is deprecated because it is no longer maintained.
2.2.11 21,818 1/1/2018 2.2.11 is deprecated because it is no longer maintained.
2.2.10 6,620 11/17/2017 2.2.10 is deprecated because it is no longer maintained.
2.2.9 4,750 9/15/2017 2.2.9 is deprecated because it is no longer maintained.
2.2.8 2,518 8/30/2017 2.2.8 is deprecated because it is no longer maintained.
2.2.7 1,941 8/26/2017 2.2.7 is deprecated because it is no longer maintained.
2.2.6 49,448 6/17/2017 2.2.6 is deprecated because it is no longer maintained.
2.2.5 5,048 5/10/2017 2.2.5 is deprecated because it is no longer maintained.
2.2.4 3,974 3/31/2017 2.2.4 is deprecated because it is no longer maintained.
2.2.3 5,318 12/10/2016 2.2.3 is deprecated because it is no longer maintained.
2.2.2 6,955 9/22/2016 2.2.2 is deprecated because it is no longer maintained.
2.2.1 7,719 7/16/2016 2.2.1 is deprecated because it is no longer maintained.
2.2.0 6,464 4/30/2016 2.2.0 is deprecated because it is no longer maintained.
2.1.1 4,938 3/2/2016 2.1.1 is deprecated because it is no longer maintained.
2.0.3 2,530 2/6/2016 2.0.3 is deprecated because it is no longer maintained.
2.0.2 2,969 1/24/2016 2.0.2 is deprecated because it is no longer maintained.
2.0.1 4,153 4/14/2015 2.0.1 is deprecated because it is no longer maintained.
2.0.0 4,046 3/1/2014 2.0.0 is deprecated because it is no longer maintained.

Version 2.0.1
* Fixed CodePlex#12 BAML reader error.
* Fixed CodePlex#13 Nested classes are obfuscated wrongly.
* Fixed CodePlex#17 PCL library wrongly refers to .NET 4 mscorlib.
* Fixed CodePlex#20 Environment variable support.
* Fixed CodePlex#24 MarkedOnly option does not always work.

Version 2.0.0
The changes since last commit on Google Code include,
* Merged all patches from RemObjects' fork.
** Unicode chars can be used as obfuscated names.
** Better dependency resolution.
** Various other small fixes.
* Merged patches from @AngryAnt (Emil Johansen)'s fork
** Korean chars can be used as obfuscated names.
** New tags are introduced (I could not yet verify every one, as there is no corresponding unit test cases).
* Add an option to automatic exclude of public types and members so that public API is kept.
* Add an option to automatic include all non-public types and members so that private API is obfuscated.
* Add Force* rules to supplement Skip* rules.
* Various bug fixes.