Top 20 NuGet msil Packages

Provides a high-level API for type generation based on expression trees. Key features: - Type modifications through subclass proxies - Libraries can independently add modifications to any single type - Reflection.Emit code generator - Support for adding other code generators
Set of extension methods for ILGenerator that make emitting IL a little easier
"Syringe is simple engine for post build IL level assembly processing. It serves as a bridge between IL code weaving logic (implemented in separate dll) and target project's build process. Syringe uses MEF (Managed Extensibility Framework) to collect every class exported as ICodeAmpoule contract and...
Provides necessary interfaces and attributes for designing code ampoules for Syringe(IL code injection tool).
Enables injection of actions that will run after property value has changed
(JetBrains repack to get single dll) 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, brow...
Package Description
Light-weight cross platform IL diff tool built in C#.
ILLightenComparer is a flexible library that can generate very effective and comprehensive IComparer<T> and IEqualityComparer<T> implementations on runtime using advantages of IL code emission.
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 translator implementation of .NET intermediate language to C language.
IL Tools for .NET Core