frida_spawn_with_options
Spawn a process with custom arguments, environment variables, working directory, and other options for dynamic analysis without attaching a debugger.
Instructions
Spawn without attaching, exposing Device.spawn() options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program | Yes | ||
| argv | No | ||
| env | No | ||
| envp | No | ||
| cwd | No | ||
| stdio | No | ||
| aux | No | ||
| device_id | No |