Skip to main content
Mono.Cecil package icon

Mono.Cecil

Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. 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.

Total Downloads
94.1M
94,055,102
Published
Oct 2, 2024
Latest stable version

Install

.NET CLI
dotnet add package Mono.Cecil --version 0.11.6
Package Manager Console
Install-Package Mono.Cecil -Version 0.11.6
PackageReference
<PackageReference Include="Mono.Cecil" Version="0.11.6" />

Frameworks

.NETFramework4.0 .NETStandard2.0

Dependencies

No declared dependencies.