Top 20 NuGet cil Packages

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 th...
A fail-fast validation helper for .NET CIL generation.
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...
ILGPU compiler and runtime library for convenient and high-performance GPU programming in .Net. Samples can be found in the GitHub repository: https://github.com/m4rs-mt/ILGPU/tree/master/Samples
A fail-fast validating helper for .NET CIL generation
Common building blocks used INTERNALLY by MonoMod and Harmony which can be used to build your own libraries, f.e. RuntimeDetour's platform abstraction and Utils' DynamicMethodDefinition. For code that is ready to use reliably, use MonoMod.Utils.
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components.
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
General purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.
Tridion Content Interaction Library
Complement for System.Reflection, including an IL disassembler.
Complement for System.Reflection, including an IL disassembler.
Tridion Sites Content Interaction Library. Client API for the Content Interaction Services.
Tridion Context Client. Provides a public API to the Context Service.
Tridion Contextual Image Delivery Client Proxy. Provides capability resolution and authentication for the Contextual Image Delivery service.
Tridion Content Interaction Library. Client API for the Content Interaction Services.
CilTools.Runtime reads Common Intermediate Language (CIL) bytecode of methods in external process's CLR instance using ClrMD.
Fody add-in that provides custom interception. Supports Net45, NetStandard2.0 and UWP. Method, Property, Constructor and Field interceptors can be found in the package Cauldron.BasicInterceptors (https://www.nuget.org/packages/Cauldron.BasicInterceptors/)
The library that supports inspecting the contents of .NET assembly via reflection without loading it into the current process