Cheatron CLI is an open-source, high-performance terminal interface for memory scanning, value manipulation, and low-level system hooks. It is designed for developers who need direct, programmatic control over process memory spaces.
- 🎯 Low-Level Mastery: Direct interaction with process memory and threads.
- 🧠 TypeScript Scripting: Write complex memory manipulation logic in a full-featured TypeScript REPL.
- 🔧 Performance-Driven: Built for speed and minimal overhead.
- 🔌 Extensible via Hooks: Support for native hooks like NHook and NThread.
- 💻 Minimalist UI: Performance-oriented design.
- 🛡️ Open source: Apache 2.0 licensed.
# Install globally with npm
npm install -g @cheatron/cli- Fast memory scanning for specific values or patterns.
- Persistent pointer analysis and offset calculation.
- Real-time memory inspection via the integrated debugger.
- Full TypeScript REPL for complex memory operations.
- Direct access to
NHookandNThreadgenerators. - Reusable scripts for automation of memory patches.
- Environment grounding for target processes.
- Conversation checkpointing for long-running sessions.
- Custom context files (
GEMINI.md- to be renamed/aligned).
We welcome contributions! Cheatron CLI is fully open source (Apache 2.0).
See our Contributing Guide for development setup and standards.
Built with ❤️ by the systems programming community