scanmem/scanmem
memory scanner for Linux observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- 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: n/a
- age_days: 4190
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1909 stars · 199 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
scanmem is a Linux command-line memory scanner that isolates the address of a variable in a running process by scanning repeatedly for its changing values, then allows modifying it. GameConqueror is its GTK GUI front-end with flexible search syntax, variable locking, and a memory browser/editor.
Use cases
- find and modify a game variable like health or money in a running process
- scan process memory for a value that changes over time
- lock a variable's value in another process's memory
- browse and edit the memory of a running Linux process
- debug where an arbitrary variable lives in an executing program
When to choose
- you need a Cheat Engine-like memory scanner on Linux
- you want a lightweight CLI tool to inspect and edit process memory
- you prefer a GUI front-end with variable locking and a memory editor
- you need to build a memory scanner for Android via the NDK
When to avoid
- you need memory scanning on Windows or macOS
- you want a polished cheating tool with anti-detection features
- you need a general-purpose debugger like gdb
- your target process runs on a kernel without /proc
Facets
application · maturity active
developer-tools developer-tools gaming-tools operating-systems cli memory-scanner game-cheating memory-hacking gameconqueror ptrace debugging-utility debugging linux android
2 sources
- readme: https://github.com/scanmem/scanmem · fetched 2026-08-28 · 2db8f6445d55
- homepage: https://github.com/scanmem/scanmem · fetched 2026-08-29 · fce95a7f5c2d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scanmem/scanmem | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem