Frida Game Hacking MCP
未认领A MCP implementation of Frida that seeks to emulate Cheat Engine functionally to allow for seamless Game Hacking by AI agents
安装
pip install frida-game-hacking-mcp工具(40 个)
attach
Attach to process by name or PID
call_rpc
Call script RPC export
clear_scan
Reset scan state
detach
Detach from current process
focus_window
Bring window to foreground
get_module_exports
List module exports
get_module_imports
List module imports
get_module_info
Get module details
get_scan_results
Get current scan results
get_session_info
Get current session status
hook_function
Hook with callbacks
hook_native_function
Hook with calling convention
intercept_module_function
Hook by module!function
list_breakpoints
List breakpoints
list_capabilities
List all tools
list_hooks
List active hooks
list_memory_regions
List memory regions
list_modules
List loaded modules/DLLs
list_processes
Enumerate running processes
list_windows
Enumerate visible windows
load_script
Load custom Frida JS
read_memory
Read bytes at address
read_registers
Read CPU registers
remove_breakpoint
Remove breakpoint
replace_function
Replace function return
resolve_symbol
Resolve symbol to address
resume
Resume spawned process
scan_changed
Find changed values
scan_next
Narrow scan with new value
scan_pattern
AoB pattern scan with wildcards
scan_unchanged
Find unchanged values
scan_value
Initial scan for exact value
screenshot_screen
Capture screen or region
screenshot_window
Capture window to PNG/base64
send_key_to_window
Send keystrokes to window
set_breakpoint
Set software breakpoint
spawn
Start process suspended
unhook_function
Remove hook
unload_script
Unload script
write_memory
Write bytes/values to address