0x0ade
MonoMod.Common
by:
0x0ade
- 52,069 total downloads
- last updated 1/12/2021
- Latest version: 21.1.12.5
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
- 23,339 total downloads
- last updated 1/12/2021
- Latest version: 21.1.11.1
Utilities and smaller MonoMod "components" (f.e. ModInterop, DynDll, DynData). Can be used for your own mods. Required by all other MonoMod components.
- 20,665 total downloads
- last updated 1/12/2021
- Latest version: 21.1.11.1
Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.
- 10,457 total downloads
- last updated 1/12/2021
- Latest version: 21.1.11.1
Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;