Top 20 NuGet msil Packages

A translator implementation of .NET intermediate language to C language.
CilTools.BytecodeAnalysis reads .NET methods' Common Intermediate Language (CIL) bytecode and converts it into high-level objects or textual CIL representation so they can be easily studied and programmatically processed.
A translator implementation of .NET intermediate language to C language.
A translator implementation of .NET intermediate language to C language.
A fail-fast validation helper for .NET CIL generation.
Hapil is a dynamic MSIL generation library, which serves a back-end for the following design techniques: - CoI - Convention-over-Implementation - Aspect-Oriented Programming, through decoration - [planned] Subject-Oriented Programming, via mix-ins - [planned] ...
A fail-fast validation helper for .NET CIL generation.
Interception for NET Allows to create proxies for classes and interfaces, intercept properties, methods, events and customize the code generated.
IL Assembler (ILAsm) + IL Disassembler (ILDasm) Custom version on .NET Core CLR (CoreCLR) 3.0 Target platforms: Win.x64 and Win.x86 4.700.2.0+4fde65a56 _ _ _ _ _ _ https://github.com/3F/coreclr The MIT License (MIT) Modified and...
Ratchet MSIL is part of the Ratchet project and provide tools to manipulate MSIL/CIL within the application (disassembly, inspection, ...)
A MSBuild task that scans assemblies for locations to patch in IL code that normally cannot be generated from C# (e.g. cpblk/memcpy). The majority of the stub methods available are generic, which allows for low overhead (e.g. no boxing) when working with struct types and interoping with (unmanaged) ...
MSIL computation expression builder for F# implemented using IKVM.Reflection API.
CIL compiled templates library (Cecil target)
Straightforward `nint` and `nuint` native integers, written in IL, probably second best to proper compiler support.
A translator implementation of .NET intermediate language to C language.
Control the value of the localsinit flag on methods.
Library for ducking objects at runtime against an interface using a proxy generated in a dynamic library. DynamicInteractionProviders are used by the proxy to interact with the underlying object, allowing for methods such as: -reflection -latebinding (COM) -dictionary (expando) Silverl...
Expression parser for C#, Flee and Visual Basic.
MSIL Helper provides extension methods to the ILGenerator type. Intellisense friendly Reflection.Emit at last.