Info
Version: | 4.4.0 |
Author(s): | 0xd4d |
Last Update: | Tuesday, January 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/0xd4d/dnlib |
NuGet Url: | https://www.nuget.org/packages/dnlib |
Install
Install-Package dnlib
dotnet add package dnlib
paket add dnlib
dnlib Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
- System.Reflection.Emit(>= 4.7.0)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
Tags
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.