9 packages
returned for Tags:"Detour"
A general non-destructive patch library for .NET and Mono modules
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
A library for patching, replacing and decorating .NET and Mono methods during runtime powered by MonoMod.
-
4,961 total downloads
-
last updated 5/27/2016
-
Latest version: 1.0.3
-
detour
hook
dotnet hook lib
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;
-
3,074 total downloads
-
last updated 5/21/2019
-
Latest version: 1.1.1
-
Hook
Detour
Managed Hook allows you to hook any methods with a handler that is called when the hooked method is called.
A library to assist with detours using the .NET CLR in (un-)managed processes.
A fully managed C# port of the MinHook hooking library for native functions
Hook VMTs of a native applications from .NET