edb_get_current_instruction
Retrieves the instruction at the current program counter to show what will execute next in the debugged process.
Instructions
Get the instruction at the current program counter (RIP/EIP). Shows what will execute next.
Returns: str: Current instruction text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |