105 packages tagged with “cil”
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.
A fail-fast validating helper for .NET CIL generation
Complement for System.Reflection, including an IL disassembler.
A fail-fast validation helper for .NET CIL generation.
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.
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.
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 do anything special for *Portable PDB* support.
A set of backports of new BCL features to all frameworks which MonoMod supports.
Package Description
The code functionality for runtime detouring. Use `DetourFactory.Current` to get a DetourFactory capable of installing unique method detours. WARNING: THIS IS A LOW-LEVEL LIBRARY THAT IS DIFFICULT TO USE ON ITS OWN. If possible, use MonoMod.RuntimeDetour instead.
The base library for the AsmResolver executable file inspection toolsuite.
Light-weight cross platform IL disassembler tool built in C#.
Tridion Content Interaction Library
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/)
PE image models for the AsmResolver executable file inspection toolsuite.
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
Better, stricter ILGenerator.Emit
High level .NET image models for the AsmResolver executable file inspection toolsuite.
Tridion Sites Content Interaction Library. Client API for the Content Interaction Services.
General purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.
Tridion Context Client. Provides a public API to the Context Service.
The specialized backend toolchain for chibicc-cil
Tridion Contextual Image Delivery Client Proxy. Provides capability resolution and authentication for the Contextual Image Delivery service.
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;
Custom interceptors for Cauldron.Interception.Fody that provides method, property, field and constructor interception.
Tridion Content Interaction Library. Client API for the Content Interaction Services.