frida_thread_hardware_breakpoint
Set or unset hardware breakpoints on target threads using GumJS Thread API. Specify thread ID, breakpoint ID, and address for precise control over thread execution during dynamic analysis.
Instructions
Set or unset a hardware breakpoint with GumJS Thread API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| thread_id | Yes | ||
| breakpoint_id | Yes | ||
| address | Yes | ||
| unset | No |