edb_step_instruction
Step through assembly instructions individually for precise, instruction-level control over program execution.
Instructions
Step a single instruction (assembly-level), not a source line. Equivalent to EDB's action_Single_Step. Unlike edb_step_into which steps by source line, this steps by individual CPU instruction.
Args: params (StepInstructionInput): Count - count (int): Number of instructions to step (default: 1)
Returns: str: Step result with current instruction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |