Skip to content
@Reloaded-Project

The Reloaded Project

Free and open source set of modding tools and libraries. Built with LOVE 💖 from scratch by @Sewer56. Contributions welcome!

🎮 Mod Loaders

RepositoryDescriptionLanguage
Reloaded-IIUniversal .NET modding framework for native x86/x64 gamesC#
Reloaded3[WIP] Design specification for the next generation of ReloadedRust

📦 Core Libraries / C#

Reusable libraries for hooking, injection, memory manipulation, and more. Used by Reloaded-II and standalone projects.

RepositoryDescription
Reloaded.HooksAdvanced native function hooks for x86/x64: detours and API hooking
Reloaded.InjectorDLL injection: inject x86 DLLs into x86 processes from an x64 host
Reloaded.Memory.SigScanHigh-performance byte pattern / PE signature scanner (5000+ MB/s/core, 30000+ with AVX)
Reloaded.MemoryManaged, high-performance memory manipulation with an easy-to-use API
Reloaded.Assembler.NET wrapper around Flat Assembler (FASM) for x86/x64
Reloaded.Memory.BuffersEfficient shared concurrent unmanaged memory storage with fixed, stable addresses across runs (C# & Rust)

🦀 Core Libraries / Rust

Next-generation Rust rewrites and new libraries.

RepositoryDescription
Reloaded.Hooks-rs[WIP] no_std Rust rewrite of Reloaded.Hooks

🔌 Reloaded-II Mods & Extensions

Mods bundled with Reloaded-II.

RepositoryDescription
reloaded.universal.redirectorRedirects game file reads to mod files, replacing assets without modifying originals
Reloaded.Universal.DInputPleaseCooperateFix DirectInput blocking screenshots

⚙️ DevOps & CI Actions

Reusable GitHub Actions for Rust, .NET, and docs. Not specific to Reloaded. All MIT licensed.

RepositoryDescription
devops-mkdocsBuild & publish MkDocs Material sites
devops-publish-actionPublish artifacts to GitHub Releases & package repos
devops-changelogBuild & publish automated changelogs
devops-rust-test-and-coverageRust test + coverage with cross-compilation support
devops-rust-test-in-latest-wineTest Rust projects using Wine
devops-rust-lightweight-binaryBuild & cross-compile lightweight no_std Rust binaries with Profile-Guided Optimization (PGO)
devops-rust-cbindgenGenerate C/C++ bindings from Rust via cbindgen
devops-rust-c-library-to-dotnetBuild C# wrapper for Rust library via csbindgen
devops-cargo-semver-checks-actionCargo semver checks with built-in checkout, caching & filtering

🏗️ Infrastructure

Shared data and supporting services for Reloaded-II.

RepositoryDescription
Reloaded-II.IndexMod search index and backup source for mod updates
Reloaded.CommunityCommunity sourced game configurations for Reloaded-II

🛠️ Config & Templates

Shared configs, templates, and style resources.

RepositoryDescription
Reloaded.MkDocsMaterial.Themes.R2MkDocs Material theme matching Reloaded-II & Reloaded3's style
reloaded-templates-rustCommon project configs for cross-platform Rust development
Reloaded.Project.Configurations.NET project template: editor configs, NuGet settings, code style, license files
LicenseLicense documentation for the project

🔧 Misc & Examples

Demos, examples, and smaller utilities.

RepositoryDescription
Reloaded.Core.BootstrapDemo: inject CoreCLR (.NET runtime) into unmanaged processes
Reloaded.MessagingExtensible event-like messaging over LiteNetLib (local & remote)

📁 Archived

These repos are no longer maintained but preserved for reference.

RepositoryDescriptionSuperseded By
reloaded.universal.steamhookPrevent Steam from restarting game when launched externallyBuilt into Reloaded-II
devops-rust-test-in-wineTest Rust in Wine on Linuxdevops-rust-test-in-latest-wine

🤝 Contributing

Each repository has its own contribution guidelines; check its issue tracker or CONTRIBUTING.md for details.

📄 Licensing

Licensing varies by repository:

  • Mod loaders (Reloaded-II): GPL-3.0
  • Core libraries: LGPL-3.0 or MIT (see individual repos)
  • DevOps actions & config: MIT

See the License repo for full details.

Popular repositories Loading

  1. Reloaded-II Reloaded-IIPublic

    Universal .NET Core Powered Modding Framework for any Native Game X86, X64.

    C# 1k 119

  2. Reloaded.Hooks Reloaded.HooksPublic

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

    C# 253 39

  3. Reloaded.Injector Reloaded.InjectorPublic

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

    C# 168 34

  4. Reloaded.Memory.SigScan Reloaded.Memory.SigScanPublic

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

    C# 103 17

  5. Reloaded.Memory Reloaded.MemoryPublic

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

    C# 96 23

  6. Reloaded.Assembler Reloaded.AssemblerPublic

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

    C# 40 21

Repositories

Showing 10 of 34 repositories

Top languages

Loading…

Most used topics

Loading…