An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# meemo


meemo logo

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



Watch Video






## πŸ—ΊοΈ Roadmap

[TODOs](TODO.md)

## πŸ’‘ Why

I was inspired by Salvatore Sanfilippo's [Kilo](https://github.com/antirez/kilo), a <1kLOC text editor.