MonoMod 18.11.4.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package MonoMod --version 18.11.4.19
NuGet\Install-Package MonoMod -Version 18.11.4.19
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" Version="18.11.4.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MonoMod --version 18.11.4.19
#r "nuget: MonoMod, 18.11.4.19"
#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.
// Install MonoMod as a Cake Addin
#addin nuget:?package=MonoMod&version=18.11.4.19

// Install MonoMod as a Cake Tool
#tool nuget:?package=MonoMod&version=18.11.4.19

MonoMod is a general purpose .NET assembly modding "basework". This package contains the core IL patcher and relinker.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  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 tizen30 was computed.  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 (13)

Showing the top 5 NuGet packages that depend on MonoMod:

Package Downloads
MonoMod.RuntimeDetour.HookGen

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

ModFramework

A tool for rewriting .net binaries. Can allow rewriting of Types to Interfaces, Arrays to Extensible Collections, or even Fields to Properties.

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 .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.

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.

ModFramework.Modules.ClearScript

ModFramework module to enable javascript plugins via Microsoft's ClearScript.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on MonoMod:

Repository Stars
hk-modding/api
Hollow Knight Modding API
RexProg/ILProtectorUnpacker
ILProtector Unpacker Script
Version Downloads Last updated
22.7.31.1 2,807 12/24/2022
22.5.1.1 93,943 5/1/2022
22.4.23.1 1,180 4/23/2022
22.3.23.4 5,225 3/23/2022
22.2.10.1 1,228 2/12/2022
22.1.29.1 2,003 2/2/2022
22.1.4.3 6,641 1/4/2022
21.12.13.1 922 12/14/2021
21.12.11.1 5,713 12/11/2021
21.11.9.2 5,948 12/8/2021
21.11.1.1 1,804 11/2/2021
21.10.10.1 1,086 10/10/2021
21.10.8.11 969 10/8/2021
21.9.19.1 4,211 9/19/2021
21.8.19.1 2,063 8/19/2021
21.8.5.1 11,818 8/5/2021
21.7.22.3 9,354 7/22/2021
21.7.8.3 1,182 7/9/2021
21.6.21.1 7,263 6/21/2021
21.4.29.1 9,463 5/6/2021
21.4.21.3 1,751 4/21/2021
21.4.2.3 4,595 4/3/2021
21.3.30.1 931 3/30/2021
21.3.28.2 1,136 3/28/2021
21.3.1.1 2,573 3/1/2021
21.1.11.1 2,731 1/12/2021
21.1.10.4 1,108 1/10/2021
20.12.25.1 1,222 12/25/2020
20.11.26.2 1,818 11/26/2020
20.11.16.1 1,846 11/16/2020
20.11.5.1 1,077 11/5/2020
20.8.28.1 1,082 11/5/2020
20.8.3.5 1,660 8/3/2020
20.5.21.5 2,826 5/23/2020
20.5.14.1 1,206 5/17/2020
20.5.7.1 4,112 5/7/2020
20.5.2.5 1,289 5/2/2020
20.4.3.1 1,352 4/3/2020
20.3.5.1 2,156 3/6/2020
20.3.1.1 1,120 3/1/2020
20.2.1.1 1,468 2/1/2020
20.1.1.4 1,376 1/1/2020
19.12.4.1 1,849 12/4/2019
19.11.5.1 1,554 11/5/2019
19.9.1.6 1,744 9/1/2019
19.8.2.3 1,407 8/2/2019
19.7.4.3 1,393 7/4/2019
19.6.9.5 1,454 6/9/2019
19.5.1.1 1,591 5/5/2019
19.4.10.9 1,503 4/10/2019
19.4.1.3 1,520 4/1/2019
19.2.7.8 1,529 2/7/2019
19.1.3.1 1,585 1/3/2019
18.12.9.1 1,510 12/18/2018
18.11.10.6 1,720 11/10/2018
18.11.9.9 1,343 11/9/2018
18.11.7.4 1,355 11/8/2018
18.11.4.19 1,402 11/4/2018
18.10.22.8 1,421 10/22/2018
18.10.0.37226 1,444 10/22/2018
18.10.0.35263 1,428 10/22/2018