Skip to content
@procmod

procmod

procmod

Composable runtime game instrumentation primitives for Rust. Process memory, pattern scanning, function hooking, struct mapping, and overlay rendering - each as a focused, independent crate that composes cleanly with the others.

The existing Rust landscape for game modding is fragmented: stale crates, C FFI wrappers, platform-locked tools, and abandoned frameworks. procmod fills the gaps with pure-Rust, well-tested, well-documented crates that work together but don't depend on each other unnecessarily.

Crates

Crate Test Version Description
procmod-core test crates.io Cross-platform process memory read/write
procmod-scan test crates.io Fast pattern and signature scanning for byte slices
procmod-layout test crates.io Struct mapping with pointer chain traversal via derive macros
procmod-hook test crates.io Inline function hooking and detouring
procmod-overlay test crates.io Game overlay rendering with transparent click-through windows

This ecosystem is an experiment in AI-maintained open source. All crates are autonomously built, tested, and refined by AI with human oversight. Regular audits, thorough test coverage, continuous refinement. The emphasis is on high quality, rigorously tested, production-grade code - not a toy experiment.

Popular repositories Loading

  1. .github .github Public

    procmod organization profile

  2. procmod-core procmod-core Public

    Cross-platform process memory read/write

    Rust

  3. procmod-scan procmod-scan Public

    Pattern and signature scanning with SIMD acceleration

    Rust

  4. procmod-layout-derive procmod-layout-derive Public

    Derive macro for procmod-layout struct mapping

    Rust

  5. procmod-layout procmod-layout Public

    Struct mapping with pointer chain traversal via derive macros

    Rust

  6. hook hook Public

    Inline function hooking and detouring for x86_64

    Rust

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…