frida_script_eternalize
Inject Frida JS code that persists after session detach, ensuring hooks remain active until the target process is killed.
Instructions
Inject a script and eternalize it so it survives session detach.
After script.eternalize(), the hooks live on inside the target
process even after the Frida session disconnects. Only killing the
target process removes the instrumentation.
target: process name or pid (string).
js_code: Frida JS code to inject and eternalize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| js_code | Yes |