MonoMod
NuGet publisher profile
Packages (10)
MonoMod.Utils
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components.
MonoMod.RuntimeDetour
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
MonoMod.Common
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.
MonoMod.ILHelpers
Package Description
MonoMod.Backports
A set of backports of new BCL features to all frameworks which MonoMod supports.
MonoMod.Core
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.
MonoMod
General purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.
MonoMod.RuntimeDetour.HookGen
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;
MonoMod.Patcher
General purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.
MonoMod.Backports.Shims
Shims for MonoMod.Backports to redirect certain OOB packages