Misaka-Mikoto-Tech/MonoHook
hook C# method at runtime without modify dll file (such as UnityEditor.dll), works on Windows, Mac, Android il2cpp(armv7a and armv8a) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2992
- days_rel: n/a
- days_push: 1076
- n_releases_24m: 0
Adoption not part of the score
1058 stars · 189 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MonoHook is a C# library for Unity that hooks C# methods at runtime by patching JIT/AOT-compiled native code in memory, without modifying DLL files. It supports Unity Editor on Windows and Mac, Android (mono/il2cpp armv7a/armv8a), and Windows mono/il2cpp.
Use cases
- hook UnityEditor.dll methods at runtime without modifying the dll
- patch C# method behavior in Unity at runtime
- redirect calls to a Unity engine method to custom code
- hook methods on Android il2cpp arm builds
- wrap original method calls while overriding behavior in Unity
When to choose
- you need to modify Unity editor or engine behavior without editing or rebuilding DLLs
- you need runtime method hooking that preserves debugging and stack traces
- you target Unity mono or il2cpp on Windows, Mac, or Android
When to avoid
- you need to hook non-Unity .NET applications
- you need a general-purpose detour library for native C/C++ code
- your Unity version changes the mono runtime in unsupported ways
Facets
library · maturity maintenance
security developer-tools developer-tools windows cpp c unity method-hooking runtime-patching il2cpp mono jit reverse-engineering game-development macos android
1 source
- readme: https://github.com/Misaka-Mikoto-Tech/MonoHook · fetched 2026-08-28 · 4460e34c94a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Misaka-Mikoto-Tech/MonoHook | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Misaka-Mikoto-Tech/MonoHook")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem