get_registers
Retrieve all CPU registers (GPRs, flags, RIP/RSP) to inspect processor state. Updates the agent's current instruction pointer context for accurate debugging.
Instructions
Get all CPU registers (GPRs + flags + RIP/RSP). Updates the agent's current_rip context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |