JumpAsk

Description

Jump to the specified address. This command jumps to the specified address in the program. IDA will ask you for the target address. You can enter a name or an address as a hexadecimal number with or without a segment. If you enter a valid address then:

  • the current address is saved in the jump stack.

  • the cursor is positioned to the specified address.

The Jump to previous position command ( action Return, usually Esc) will return you back. In the structure and enum views, the cursor will be moved to the corresponding offset in the current type.

See also How to enter an addressarrow-up-right

Last updated

Was this helpful?