https://github.com/fedebuonco/meemo
Small (under 1KLoC) and bad memory scanner.
https://github.com/fedebuonco/meemo
c99 cheat linux memory memory-scanner syscalls system-programming tui
Last synced: about 2 months ago
JSON representation
Small (under 1KLoC) and bad memory scanner.
- Host: GitHub
- URL: https://github.com/fedebuonco/meemo
- Owner: fedebuonco
- Created: 2025-03-08T16:29:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-31T20:33:03.000Z (about 1 year ago)
- Last Synced: 2025-06-17T05:37:56.316Z (about 1 year ago)
- Topics: c99, cheat, linux, memory, memory-scanner, syscalls, system-programming, tui
- Language: C
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meemo
meemo is a 1kLOC memory scanner.
It has no third party dependencies (not even curses).
---
When I was a kid I loved playing "3D Pinball for Windows β Space Cadet" on Windows XP.
To have the highscore in the house, I started using [cheat engine](https://www.cheatengine.org/).
meemo is a micro (bad) version of it.
## π Usage
It requires `sudo` since it uses the `process_vm_readv` and `process_vm_writev` syscalls.
More info about them [here](https://man7.org/linux/man-pages/man2/process_vm_readv.2.html).
`sudo meemo `
## Demo
## πΊοΈ Roadmap
[TODOs](TODO.md)
## π‘ Why
I was inspired by Salvatore Sanfilippo's [Kilo](https://github.com/antirez/kilo), a <1kLOC text editor.