get_registers
Retrieve all CPU registers (GPRs, flags, RIP/RSP) and update the current instruction pointer context to aid debugging and reverse engineering.
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 |