libReloaded 2.1.0

Suggested Alternatives

Reloaded.Memory

dotnet add package libReloaded --version 2.1.0
NuGet\Install-Package libReloaded -Version 2.1.0
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="libReloaded" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libReloaded --version 2.1.0
#r "nuget: libReloaded, 2.1.0"
#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 libReloaded as a Cake Addin
#addin nuget:?package=libReloaded&version=2.1.0

// Install libReloaded as a Cake Tool
#tool nuget:?package=libReloaded&version=2.1.0

The main library for the development of Reloaded Mod Loader Modifications.
Provides you with JIT X86/64 Assembly, Memory Buffers, X86/64 Function Calling, X86/64 Function Hooking, X86/64 Custom Function Hooking (Usercall/Userpurge), X86/64 Function Pointers, Virtual Function Table Hooking/Calling, Native Array Utilities, Pattern/Signature Scanning, Reading/Writing Memory, Memory Page Management, Easy DLL Injector, Thread Management and more.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 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 libReloaded:

Package Downloads
libReloaded-Overlay

Provides various internal and external overlays which may be used for Reloaded Mod Loader mods. Included are DX9 Overlay, DX11 Overlay, WPF Overlay, D2D-WPF Overlay, D2D-WinForms Overlay. For examples of usage, refer to the mod loader's mod samples included in the main Github repository.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 1,098 9/18/2018
2.0.0 886 9/15/2018
2.0.0-beta2 743 9/8/2018
1.2.2-dev 742 8/12/2018
1.2.1-dev1 797 8/9/2018
1.2.0 974 8/4/2018
1.1.9 1,064 7/18/2018
1.1.9-fix 811 8/3/2018
1.1.7 1,071 7/17/2018
1.1.6-dev 921 7/4/2018
1.1.5 997 6/4/2018
1.1.4 1,072 5/31/2018
1.1.3 1,052 5/28/2018
1.0.9 1,069 5/9/2018
1.0.8 1,089 5/9/2018

Added support for using preallocated memory to BufferManager.