MonoMod
-
- 924,434 total downloads
- last updated 6/3/2022
- Latest version: 22.6.3.1
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... More information -
- 449,750 total downloads
- last updated 8/5/2023
- Latest version: 25.0.3
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components. -
- 382,667 total downloads
- last updated 8/5/2023
- Latest version: 25.0.2
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime. -
- 119,826 total downloads
- last updated 12/24/2022
- Latest version: 22.7.31.1
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere; -
- 32,483 total downloads
- last updated 8/5/2023
- Latest version: 1.0.1
A set of backports of new BCL features to all frameworks which MonoMod supports. -
- 31,753 total downloads
- last updated 6/16/2023
- Latest version: 1.0.0
Package Description -
- 31,155 total downloads
- last updated 8/5/2023
- Latest version: 1.0.1
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... More information -
- 168 total downloads
- last updated 5/25/2023
- Latest version: 25.0.0-prerelease.2 (prerelease)
General purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.