# HarmonyX **Repository Path**: jing_wei_admin/HarmonyX ## Basic Information - **Project Name**: HarmonyX - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-23 - **Last Updated**: 2024-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A library for patching, replacing and decorating .NET and Mono methods during runtime. Now powered by MonoMod.RuntimeDetour!
*** ## About **HarmonyX** is a fork of [Harmony 2](https://github.com/pardeike/Harmony) that specializes on support for games and game modding frameworks. HarmonyX is being developed primarily for use in game frameworks alongside MonoMod. The main target usage of HarmonyX is [BepInEx](https://github.com/BepInEx/BepInEx) and Unity. Important aspects of HarmonyX include: * Unity support first: builds for .NET Framework 3.5 and .NET Standard 2.0 * Patching feature parity with Harmony while reducing code duplication using MonoMod.RuntimeDetour * Fast release schedule: get periodic stable releases off [NuGet](https://www.nuget.org/packages/HarmonyX/) or [GitHub](https://github.com/BepInEx/HarmonyX/releases), or download the latest CI build with [nightly.link](https://nightly.link/BepInEx/HarmonyX/workflows/build/master/HarmonyX) * Full interop with [MonoMod.RuntimeDetour](https://github.com/MonoMod/MonoMod/blob/master/README-RuntimeDetour.md): patches made with either can coexist * Easily extendable patching: [built-in support for native method patching](https://github.com/BepInEx/HarmonyX/wiki/Valid-patch-targets#native-methods-marked-extern) and possibility to extend to other patch targets (e.g. IL2CPP) * Fixes, changes and optimizations aimed at Unity modding HarmonyX is powered by [MonoMod](https://github.com/MonoMod) and its runtime patching tools. ## Documentation Check the documentation out at [HarmonyX wiki](https://github.com/BepInEx/HarmonyX/wiki).