The Reloaded Project

Results 8 repositories owned by The Reloaded Project

Reloaded.Hooks

204
Stars
32
Forks
Watchers

Advanced native function hooks for x86, x64. Welcome to the next level!

Reloaded-II

476
Stars
69
Forks
Watchers

Next Generation Universal .NET Core Powered Mod Loader compatible with anything X86, X64.

Reloaded.Injector

148
Stars
32
Forks
Watchers

C# DLL Injection Library capable of injecting x86 DLLs to x86 process from x64 processes.

Reloaded.Assembler

32
Stars
17
Forks
Watchers

Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.

Reloaded.Core.Bootstrap

23
Stars
4
Forks
Watchers

Tiny Visual C++ library/example that allows you to inject CoreCLR (the .NET Core Runtime) into the current unmanaged process and execute a .NET library.

Reloaded.Memory

65
Stars
18
Forks
Watchers

Managed, high performance, fully featured memory manipulation library written in C#, providing a very easy to use API.

Reloaded.Memory.SigScan

73
Stars
17
Forks
Watchers

Simple good performance byte pattern/PE signature scanner, allowing upwards of 5000MB/s per core (30000+MB/s with AVX) on modern hardware.

Reloaded.Memory.Buffers

20
Stars
12
Forks
Watchers

[C# & Rust] An implementation of efficient, shared, concurrent and permanent storage of objects in unmanaged memory in static, non-changing locations that last the lifetime of a given process.