Last updated
Was this helpful?
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?
Was this helpful?
