edb_jump_to_address
Set the instruction pointer to a target address to skip code or resume execution from a specific location.
Instructions
Jump to a specific address, setting the instruction pointer. Equivalent to EDB's jump_to_address (double-click address in BreakpointManager). Use this to skip code or continue from a specific location.
Args: params (JumpAddressInput): Target - address (str): Address to jump to (e.g., '0x400000', 'main+5')
Returns: str: Jump confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |