frida_thread_hardware_watchpoint
Set or unset hardware watchpoints on a specific thread to monitor memory access conditions (read/write).
Instructions
Set or unset a hardware watchpoint with GumJS Thread API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| thread_id | Yes | ||
| watchpoint_id | Yes | ||
| address | Yes | ||
| size | No | ||
| conditions | No | rw | |
| unset | No |