rdbo/libmem
Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler) observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 78
- Release rhythm 55
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 34
- age_days: 2220
- days_rel: 222
- days_push: 137
- n_releases_24m: 10
Adoption not part of the score
1236 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A cross-platform game hacking library for C, C++, Rust, and Python providing process and memory manipulation, function hooking/detouring, code injection, and JIT assembly/disassembly. It supports Windows, Linux, and FreeBSD on x86 and x64 architectures.
Use cases
- hook game functions to modify behavior like disabling damage
- read and write memory of external processes
- scan process memory for byte patterns and signatures
- inject DLLs or shared libraries into running processes
- disassemble machine code to inspect instructions
- enumerate processes, modules, threads, and symbols
- resolve pointer scans and pointer maps for cheat development
When to choose
- you need a unified API for memory hacking across Windows, Linux, and FreeBSD
- you want to write game hacks or reverse-engineering tools in C, C++, Rust, or Python
- you need both internal and external process manipulation from one library
- you require built-in hooking, signature scanning, and assembly/disassembly
When to avoid
- you only need a disassembler without process/memory features - dedicated tools like Capstone may suffice
- you need ARM/Aarch64 support, which is untested
- your project requires a permissive license - libmem is AGPL-3.0
- you are building production software unrelated to process inspection or game modding
Facets
library · maturity active
reverse-engineering security parser developer-tools gaming-tools security reverse-engineering developer-tools cross-platform windows cpp c rust python cross-platform game-hacking memory-hacking hooking dll-injection signature-scanning disassembler assembler process-manipulation detour linux
1 source
- readme: https://github.com/rdbo/libmem · fetched 2026-08-28 · 69718f1fae08
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rdbo/libmem | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem