7 packages tagged with “RuntimeDetour”
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
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.
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;
Easy and convenient .NET detouring library, powered by MonoMod.RuntimeDetour.
Hook generation for MonoDetour via C# source generators: On.Namespace.Type.Method.Prefix(MyPrefix);