libReloaded 2.1.0

.NET Framework 4.7.2
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 Versions
.NET Framework net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 921 9/18/2018
2.0.0 781 9/15/2018
2.0.0-beta2 685 9/8/2018
1.2.2-dev 689 8/12/2018
1.2.1-dev1 729 8/9/2018
1.2.0 843 8/4/2018
1.1.9 938 7/18/2018
1.1.9-fix 727 8/3/2018
1.1.7 931 7/17/2018
1.1.6-dev 829 7/4/2018
1.1.5 897 6/4/2018
1.1.4 956 5/31/2018
1.1.3 929 5/28/2018
1.0.9 936 5/9/2018
1.0.8 962 5/9/2018

Added support for using preallocated memory to BufferManager.