Provides an assembly loader injector executable that can inject IL code representing calls to foreign assembly ModuleInitializer.Initialize() methods in an target assembly that forces these foreign assembly to load AND initialize.
Info
Version: | 0.1.8-alpha.219 |
Author(s): | Teroneko |
Last Update: | Tuesday, April 6, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Teronis.ModuleInitializer.AssemblyLoader.Executable |
Install
Install-Package Teronis.ModuleInitializer.AssemblyLoader.Executable
dotnet add package Teronis.ModuleInitializer.AssemblyLoader.Executable
paket add Teronis.ModuleInitializer.AssemblyLoader.Executable
Teronis.ModuleInitializer.AssemblyLoader.Executable Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)