Info
Version: | 0.11.0 |
Author(s): | surgicalcoder |
Last Update: | Thursday, April 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/surgicalcoder/cecil/ |
NuGet Url: | https://www.nuget.org/packages/Mono.Cecil-surgicalcoder |
Install
Install-Package Mono.Cecil-surgicalcoder
dotnet add package Mono.Cecil-surgicalcoder
paket add Mono.Cecil-surgicalcoder
Mono.Cecil-surgicalcoder 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.