MonoMod
-
- 1,030,541 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 -
- 605,370 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. -
- 466,848 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. -
- 135,439 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; -
- 124,381 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. -
- 123,029 total downloads
- last updated 6/16/2023
- Latest version: 1.0.0
Package Description -
- 122,904 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 -
- 220 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.