Inspect and modify memory of Android processes from your PC — no PC root required.
# Download from Releases, or build from source:
go build -o memdroid .
# Connect device via USB (or Wi-Fi ADB), then:
./memdroid
# → open http://localhost:8080 for Web UI, or use the CLI menuRequires adb in PATH and an Android device with root (Magisk) + USB debugging.
Full documentation: https://ykus4.github.io/memdroid
- Usage — CLI menu, workflows, value types
- API Reference — REST + WebSocket
- Architecture — package structure, design decisions
- Development — setup, contributing
MIT — for security research, CTF, and personal educational use on devices you own.
