Attach to Process
attachAttach Frida to a target process using its process ID or name. Required before using any other Frida tools, and must be re-called if the process detaches.
Instructions
Attach Frida to a process. AI MUST call this first, and MUST call it again whenever any other tool reports that the process is detached or crashed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Process ID (number) or Process Name (string, e.g. 'notepad.exe'). |