0x0ade
MonoMod.Common
by:
0x0ade
- 263,629 total downloads
- last updated 5/1/2022
- Latest version: 22.5.1.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 to use reliably, use MonoMod.Utils.
MonoMod.Utils
by:
0x0ade
- 133,869 total downloads
- last updated 5/1/2022
- Latest version: 22.5.1.1
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components.
- 122,146 total downloads
- last updated 5/1/2022
- Latest version: 22.5.1.1
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
- 32,446 total downloads
- last updated 5/1/2022
- Latest version: 22.5.1.1
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;