frida_set_exception_handler
Catch process crashes by installing an in-process exception handler that captures exception type, faulting address, and register context for a specified duration.
Instructions
Install an in-process exception handler to catch crashes.
Hooks Process.setExceptionHandler. Captured exceptions include type, faulting address, and full register context.
target: process name or pid (string).
duration_seconds: how long to keep the handler active (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| duration_seconds | No |