Obfuscar 2.2.9
See the version list below for details.
dotnet add package Obfuscar --version 2.2.9
NuGet\Install-Package Obfuscar -Version 2.2.9
<PackageReference Include="Obfuscar" Version="2.2.9"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Obfuscar --version 2.2.9
#r "nuget: Obfuscar, 2.2.9"
// Install Obfuscar as a Cake Addin #addin nuget:?package=Obfuscar&version=2.2.9 // Install Obfuscar as a Cake Tool #tool nuget:?package=Obfuscar&version=2.2.9
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Obfuscar:
Package | Downloads |
---|---|
MSBuild.Obfuscar
Build targets interface for Obfuscar |
|
Humbatt.MSBuild.Obfuscar
Build targets interface for Obfuscar |
|
Net4x.PackAsLibrary
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Obfuscar:
Repository | Stars |
---|---|
win4r/AISuperDomain
Aila(AI超元域): The premier AI integration tool for Windows, macOS, and Android. Ask once, get answers from 10+ AIs like ChatGPT, Gemini, Claude3, Copilot, Poe, perplexity and more. Features customizable AI and prompts.
|
|
lindexi/lindexi_gd
博客用到的代码
|
Version | Downloads | Last updated | |
---|---|---|---|
2.2.40 | 4,170 | 10/23/2024 | |
2.2.39 | 13,712 | 8/12/2024 | |
2.2.38 | 116,317 | 7/19/2023 | |
2.2.37 | 60,346 | 12/28/2022 | |
2.2.36 | 11,398 | 11/28/2022 | |
2.2.35 | 11,524 | 11/20/2022 | |
2.2.34 | 1,150 | 11/19/2022 | |
2.2.33 | 140,579 | 1/15/2022 | |
2.2.32 | 16,528 | 11/18/2021 | |
2.2.31 | 36,775 | 7/10/2021 | |
2.2.30 | 20,847 | 4/15/2021 | |
2.2.29 | 41,385 | 12/6/2020 | |
2.2.28 | 169,631 | 8/22/2020 | |
2.2.26 | 43,172 | 4/8/2020 | |
2.2.25 | 140,276 | 10/24/2019 | |
2.2.24 | 17,699 | 8/1/2019 | |
2.2.23 | 5,990 | 7/7/2019 | |
2.2.19 | 4,634 | 5/7/2019 | |
2.2.18 | 49,320 | 2/2/2019 | |
2.2.16 | 1,921 | 1/31/2019 | |
2.2.15 | 24,397 | 1/9/2019 | |
2.2.14 | 37,515 | 11/21/2018 | |
2.2.13 | 30,077 | 8/18/2018 | |
2.2.12 | 66,041 | 7/1/2018 | |
2.2.11 | 21,584 | 1/1/2018 | |
2.2.10 | 6,611 | 11/17/2017 | |
2.2.9 | 4,738 | 9/15/2017 | |
2.2.8 | 2,504 | 8/30/2017 | |
2.2.7 | 1,933 | 8/26/2017 | |
2.2.6 | 48,172 | 6/17/2017 | |
2.2.5 | 4,991 | 5/10/2017 | |
2.2.4 | 3,951 | 3/31/2017 | |
2.2.3 | 5,296 | 12/10/2016 | |
2.2.2 | 6,942 | 9/22/2016 | |
2.2.1 | 7,676 | 7/16/2016 | |
2.2.0 | 6,433 | 4/30/2016 | |
2.1.1 | 4,922 | 3/2/2016 | |
2.0.3 | 2,517 | 2/6/2016 | |
2.0.2 | 2,956 | 1/24/2016 | |
2.0.1 | 4,136 | 4/14/2015 | |
2.0.0 | 4,007 | 3/1/2014 |
Version 2.2.9
* Fixed OptimizeMethods option.
Version 2.2.8
* Fixed Rollbar exceptions.
* Fixed XML exceptions.
Version 2.2.7
* Fixed sample project script.
* Fixed UWP issue.
* Configuration implementation switched to LINQ to XML.
Version 2.2.6
* Added the ability to automatically disable string hiding in not supported scenarios.
Version 2.2.5
* Enabled string hiding.
* Fixed GitHub#10 Added Include" tag in configuration.
* Fixed GitHub#99 Fixed a possible null reference exception.
* Fixed GitHub#102 Added "AssemblySearchPath" tag in configuration.
Version 2.2.4
* Updated Mono.Cecil.
Version 2.2.3
* Disable string hiding.
Version 2.2.2
* Updated Mono.Cecil.
* Fixed GitHub#85 Initial patch for .NET Core assembly obfuscation.
Version 2.2.1
* Fixed GitHub#83 Some resources files are not renamed.
Version 2.2.0
* Fixed GitHub#71 Added RenameFields option.
* Fixed GitHub#72 Added SkipEnums option.
* Fixed GitHub#73 MissingMethodException in some generic method case.
* Fixed GitHub#74 Graph class might enter an infinite loop.
Version 2.1.0
* Fixed GitHub#60 Type forwarding in System.Runtime is not properly supported.
* Fixed GitHub#61 String hiding should skip resource manager creation methods.
Version 2.0.4
* Fixed CodePlex#30 HideStrings setting does not work as documented.
* Fixed CodePlex#31 SkipStringHinding does not work.
* Fixed CodePlex#32 ForceStringHiding and related are added.
Version 2.0.3
* Fixed GitHub#58 "protected internal" property/method is not treated as public API.
* Fixed GitHub#59 Special enumerator leads to InvalidOperationException in TypeKey class.
Version 2.0.2
* Fixed GitHub#47 F# compiler can now be obfuscated.
* Fixed GitHub#55 The default value for the ObfuscatorAttribute is different.
* Fixed GitHub#56 SuppressIldasm setting is spelled as SupressIldasm in config.
* Fixed CodePlex#7 Avoid creating invalid overriding methods during obfuscation.
* Fixed CodePlex#9 Added command line options (help and version). Multiple project files can also be processed now.
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.