MonoMod.RuntimeDetour 21.7.8.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package MonoMod.RuntimeDetour --version 21.7.8.3
                    
NuGet\Install-Package MonoMod.RuntimeDetour -Version 21.7.8.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.7.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MonoMod.RuntimeDetour" Version="21.7.8.3" />
                    
Directory.Packages.props
<PackageReference Include="MonoMod.RuntimeDetour" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MonoMod.RuntimeDetour --version 21.7.8.3
                    
#r "nuget: MonoMod.RuntimeDetour, 21.7.8.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MonoMod.RuntimeDetour&version=21.7.8.3
                    
Install MonoMod.RuntimeDetour as a Cake Addin
#tool nuget:?package=MonoMod.RuntimeDetour&version=21.7.8.3
                    
Install MonoMod.RuntimeDetour as a Cake Tool

Flexible and easily extensible runtime detouring library. Wrap, replace and manipulate (Mono.Cecil) methods at runtime.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (22)

Showing the top 5 NuGet packages that depend on MonoMod.RuntimeDetour:

Package Downloads
Rookout

Rookout is a .NET package that supports on the fly debugging and data extraction from .NET applications in production.

HarmonyX

A general non-destructive patch library for .NET and Mono modules

MonoMod.RuntimeDetour.HookGen

Auto-generate hook helper .dlls, hook arbitrary methods via events: On.Namespace.Type.Method += YourHandlerHere;

OTAPI.Upcoming

The Open Terraria API, known as OTAPI, is a low-level API for Terraria that rewrites and hooks into the official or modded binaries for others to use. OTAPI is primarily a server modification and is available as a cross platform package via NuGet. Version 3.0 is now a .NET9 library thanks to ModFramework being able to retarget the .NET4 vanilla assembly up to .NET9. This means that any mod you create can be written as a .NET9 module and later merged into the patched assembly thanks to MonoMod. Here is what is now possible: - Native Runtime hooks, just reference OTAPI.Runtime.dll and register to MonoMod events generated from the Terraria assembly. - Full .NET9 ecosystem and its performance improvements. No need for two targets such as Windows & Mono anymore either. - A new optional internal module system via ModFramework to load precompiled dll's, .cs files or even top level classes. - A strong set of libraries with methods and extensions to help you build more mods. - Create 1 file MonoMod patches to rewrite or inject new meta data to the assembly.

OTAPI.Upcoming.tModLoader

The Open Terraria API, known as OTAPI, is a low-level API for Terraria that rewrites and hooks into the official or modded binaries for others to use. OTAPI is primarily a server modification and is available as a cross platform package via NuGet. Version 3.0 is now a .NET6 library thanks to ModFramework being able to retarget the .NET4 vanilla assembly up to .NET6. This means that any mod you create can be written as a .NET6 module and later merged into the patched assembly thanks to MonoMod. Here is what is now possible: - Native Runtime hooks, just reference OTAPI.Runtime.dll and register to MonoMod events generated from the Terraria assembly. - Full .NET6 ecosystem and its performance improvements. No need for two targets such as Windows & Mono anymore either. - A new optional internal module system via ModFramework to load precompiled dll's, .cs files or even top level classes. - A strong set of libraries with methods and extensions to help you build more mods. - Create 1 file MonoMod patches to rewrite or inject new meta data to the assembly.

GitHub repositories (16)

Showing the top 16 popular GitHub repositories that depend on MonoMod.RuntimeDetour:

Repository Stars
BepInEx/BepInEx
Unity / XNA game patcher and plugin framework
tModLoader/tModLoader
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations
LavaGang/MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
valheimPlus/ValheimPlus
A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
ManlyMarco/RuntimeUnityEditor
In-game inspector and debugging tools for applications made with Unity3D game engine
BepInEx/HarmonyX
Harmony built on top of MonoMod.RuntimeDetours with additional features
Caeden117/ChroMapper
GitHub repository for ChroMapper, the Unity-based map editor for Beat Saber.
Kira-NT/HotAvalonia
🔥 Supercharge your Avalonia development experience with hot reload capabilities
Bannerlord-Coop-Team/BannerlordCoop
hk-modding/api
Hollow Knight Modding API
SubnauticaModding/QModManager
Config based patch management for Subnautica and Subnautica: Below Zero
Mewnojs/PlantsVsZombies.NET
A port of Plants vs. Zombies Windows Phone version to various platforms, powered by MonoGame
BepInEx/BepInEx.Debug
Tools for debugging and developing BepInEx plugins (mono)
0x0ade/CelesteNet
WIP online multiplayer client and server for Celeste
ManlyMarco/IllusionCheatTools
Trainer for games by Illusion
SignatureBeef/Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Version Downloads Last updated
25.2.3 2,808 2/5/2025
25.2.2 7,842 12/12/2024
25.2.1 9,539 11/13/2024
25.2.0 1,802 9/16/2024
25.1.2 24,392 6/11/2024
25.1.1 20,997 5/15/2024
25.1.0 902,171 2/6/2024
25.1.0-prerelease.2 17,773 1/8/2024
25.1.0-prerelease.1 14,786 12/7/2023
25.0.2 175,467 8/5/2023
25.0.0 19,421 6/16/2023
25.0.0-prerelease.2 13,809 5/25/2023
25.0.0-prerelease.1 13,772 5/20/2023
22.7.31.1 40,983 12/24/2022
22.5.1.1 220,311 5/1/2022
22.4.23.1 15,553 4/23/2022
22.3.23.4 193,287 3/23/2022
22.2.10.1 15,866 2/12/2022
22.1.29.1 30,411 2/2/2022
22.1.4.3 26,790 1/4/2022
21.12.13.1 100,288 12/14/2021
21.12.11.1 20,453 12/11/2021
21.11.9.2 18,030 12/8/2021
21.11.1.1 17,722 11/2/2021
21.10.10.1 8,607 10/10/2021
21.10.8.11 2,484 10/8/2021
21.9.19.1 4,203 9/19/2021
21.8.19.1 35,229 8/19/2021
21.8.5.1 25,661 8/5/2021
21.7.22.3 17,188 7/22/2021
21.7.8.3 18,788 7/9/2021
21.6.21.1 11,830 6/21/2021
21.4.29.1 15,302 5/6/2021
21.4.21.3 8,373 4/21/2021
21.4.2.3 7,339 4/3/2021
21.3.30.1 2,466 3/30/2021
21.3.28.2 2,699 3/28/2021
21.3.1.1 12,460 3/1/2021
21.1.11.1 46,253 1/12/2021
21.1.10.4 2,577 1/10/2021
20.12.25.1 2,844 12/25/2020
20.11.26.2 8,154 11/26/2020
20.11.16.1 3,672 11/16/2020
20.11.5.1 11,158 11/5/2020
20.8.28.1 2,635 11/5/2020
20.8.3.5 6,895 8/3/2020
20.5.21.5 8,831 5/23/2020
20.5.14.1 2,801 5/17/2020
20.5.7.1 5,632 5/7/2020
20.5.2.5 3,448 5/2/2020
20.4.3.1 2,863 4/3/2020
20.3.5.1 4,233 3/6/2020
20.3.1.1 2,666 3/1/2020
20.2.1.1 3,052 2/1/2020
20.1.1.4 5,159 1/1/2020
19.12.4.1 3,385 12/4/2019
19.11.5.1 3,109 11/5/2019
19.9.1.6 3,244 9/1/2019
19.8.2.3 2,974 8/2/2019
19.7.4.3 2,746 7/4/2019
19.6.9.5 2,819 6/9/2019
19.5.1.1 2,758 5/5/2019
19.4.10.9 2,814 4/10/2019
19.4.1.3 2,850 4/1/2019
19.2.7.8 3,009 2/7/2019
19.1.3.1 2,870 1/3/2019
18.12.9.1 2,872 12/18/2018
18.11.10.6 3,059 11/10/2018
18.11.9.9 2,681 11/9/2018
18.11.7.4 1,299 11/8/2018
18.11.4.19 1,318 11/4/2018
18.10.22.8 1,302 10/22/2018
18.10.0.37226 1,349 10/22/2018
18.10.0.35263 1,425 10/22/2018