process_attach
Attach to a target process by PID or executable name to enable memory scan, read, and write operations. Returns process details including 64-bit status.
Instructions
Attach (open) a process by PID (int) or by executable name (e.g. 'game.exe').
Required before any scan / read / write. Returns pid, name, and whether the target is 64-bit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| process | Yes |