For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Jump to address is superseded by Jump Anywhere, which accepts a broader range of inputs and is the preferred way to navigate to any location in the IDB.

See also How to enter an address

Last updated

Was this helpful?