dnlib 3.3.2
Reads and writes .NET assemblies and modules, Windows PDBs and Portable PDBs.
For better *Windows PDB* writer support, you should add a reference to `Microsoft.DiaSymReader.Native` nuget package too, see the dnlib README for more info: https://github.com/0xd4d/dnlib#windows-pdbs . You don't need to do anything special for *Portable PDB* support.
Install-Package dnlib -Version 3.3.2
dotnet add package dnlib --version 3.3.2
<PackageReference Include="dnlib" Version="3.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dnlib --version 3.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dnlib, 3.3.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install dnlib as a Cake Addin
#addin nuget:?package=dnlib&version=3.3.2
// Install dnlib as a Cake Tool
#tool nuget:?package=dnlib&version=3.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
Used By
NuGet packages (10)
Showing the top 5 NuGet packages that depend on dnlib:
Package | Downloads |
---|---|
SharpFuzz
AFL-based fuzz testing for .NET
|
|
de4dot.blocks
de4dot.blocks
|
|
OpenMod.Common
Shared code for OpenMod
|
|
bramhaag.Amity
Utility to create simple patches to exitsing assemblies
|
|
SS.ItemAbilities
You can assign effects (Speed/Jump/Gravity Multiplier) to any item like a Katana or a Hat.
|
GitHub repositories (15)
Showing the top 5 popular GitHub repositories that depend on dnlib:
Repository | Stars |
---|---|
dnSpy/dnSpy
.NET debugger and assembly editor
|
|
de4dot/de4dot
.NET deobfuscator and unpacker.
|
|
sailro/Reflexil
The .NET Assembly Editor
|
|
SubnauticaNitrox/Nitrox
An open-source, multiplayer modification for the game Subnautica.
|
|
NYAN-x-CAT/AsyncRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
|