Overview of Harmony 2 functionality
masterHarmony is a high-level library for altering functionality in C# applications at runtime via monkey patching. Unlike other solutions, it does not modify the contents of DLL files on disk.
Supported Environments:
- Mono and .NET on Windows, Unix, and macOS.
- Unity: Works with most profiles, including .NET 4.x. Note that it may not work if Unity uses a heavily stripped-down NetStandard profile.