edb_get_status
Retrieve current debugger and process status. Shows whether a process is loaded, running, or paused, along with PID, RIP, instruction, and register count.
Instructions
Get the current debugger and process status. Shows whether a process is loaded, running or paused, PID, RIP, current instruction, register count.
Returns: str: JSON status object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |