Info
Version: | 0.11.6 |
Author(s): | Jb Evain |
Last Update: | Wednesday, October 2, 2024 |
.NET Fiddle: | Online Example |
Project Url: | http://github.com/jbevain/cecil/ |
NuGet Url: | https://www.nuget.org/packages/Mono.Cecil |
Install
Install-Package Mono.Cecil
dotnet add package Mono.Cecil
paket add Mono.Cecil
Mono.Cecil Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
Tags
It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.