frida_session_recover
Re-attach to a crashed Frida session by looking up the original target PID and creating a new session. Optionally specify a session ID.
Instructions
Recover a broken/crashed Frida session by re-attaching.
Looks up the original target PID/name from the session registry and attempts to create a new Frida session to the same process.
session_id: optional; defaults to the current active session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |