IL2CppSharp.Hooking 0.1.2-alpha.1

This is a prerelease version of IL2CppSharp.Hooking.
dotnet add package IL2CppSharp.Hooking --version 0.1.2-alpha.1
                    
NuGet\Install-Package IL2CppSharp.Hooking -Version 0.1.2-alpha.1
                    
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="IL2CppSharp.Hooking" Version="0.1.2-alpha.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IL2CppSharp.Hooking" Version="0.1.2-alpha.1" />
                    
Directory.Packages.props
<PackageReference Include="IL2CppSharp.Hooking" />
                    
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 IL2CppSharp.Hooking --version 0.1.2-alpha.1
                    
#r "nuget: IL2CppSharp.Hooking, 0.1.2-alpha.1"
                    
#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.
#:package IL2CppSharp.Hooking@0.1.2-alpha.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IL2CppSharp.Hooking&version=0.1.2-alpha.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=IL2CppSharp.Hooking&version=0.1.2-alpha.1&prerelease
                    
Install as a Cake Tool

IL2CppSharp.Hooking

Shared hook engine for IL2CPP and HybridCLR runtimes.

Role

  • Hooks interpreter methods, AOT/native IL2CPP methods, and raw exports.
  • Centralizes hook state so multiple plugins do not patch the same target independently.
  • Provides a BepInEx-independent core API. BepInEx logging lives in IL2CppSharp.Hooking.BepInEx.

Depends on

  • IL2CppSharp
  • SNWCreations.Il2CppInterop.Runtime

Public build notes

  • This is a standalone library repository, not a BepInEx plugin by itself.
  • The package depends on the SNWCreations Il2CppInterop runtime fork because the hook engine uses HybridCLRCompat.
  • If you need to test against local package feeds or source checkouts, copy Directory.Build.props.example to Directory.Build.props and set the documented properties.
  • BepInEx hosts should reference IL2CppSharp.Hooking.BepInEx and call:
HookEngine.Initialize(new BepInExHookLogger(Logger));

Build

dotnet build IL2CppSharp.Hooking.csproj -c Release /p:GeneratePackageOnBuild=false

License

Apache 2.0. See LICENSE.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IL2CppSharp.Hooking:

Package Downloads
IL2CppSharp.Hooking.BepInEx

BepInEx logging adapter for IL2CppSharp.Hooking.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.2-alpha.1 86 6/21/2026
0.1.1-alpha.1 82 6/16/2026
0.1.0-alpha.5 70 6/13/2026
0.1.0-alpha.4 64 6/13/2026