frida_enumerate_threads
List all threads in a target process, showing thread ID, state (running, stopped, waiting), and key register values (program counter, stack pointer) for dynamic analysis.
Instructions
List all threads in a target process with state and registers.
target: process name or pid (string).
Returns thread id, state (running/stopped/waiting), and key register
values (pc, sp) for each thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |