What problem does it solve? Reverse engineering tasks like finding memory values, resolving pointer chains, and dissecting structures in Cheat Engine are manual and slow, often taking days of repetitive scanning and analysis. ## Core Features & Use Cases - Memory Scanning & Pointer Chains: Scan for values and AOB patterns across process memory, then automatically resolve multi-level pointer paths like [[base+0x10]+0x20]+0x8. - Code & Structure Analysis: Disassemble functions, find references, identify C++ classes via RTTI, and auto-detect field types and offsets in memory structures. - Debugging & Injection: Set hardware and DBVM breakpoints, trace execution, allocate memory, inject DLLs, and execute shellcode programmatically. - Use Case: Ask the AI to find player health in a game; it scans for the value, filters with next scans, finds what writes to the address, dissects the player structure, and generates an update-proof AOB-based cheat script. ## Quick Start Install the Python dependencies, load the ce_mcp_bridge.lua script in Cheat Engine, add the MCP server to your client config, then ask the AI to ping Cheat Engine and attach to a target process.