Last updated
Was this helpful?
Last updated
Was this helpful?
In this menu, you can select a command to jump to the specified location in the file. Jumps are very fast and your previous position is saved. This submenu contains the following items:
See also
By pressing <Enter> you navigate in the program in the same way as in a hypertext (the way the web browsers and help screens use).
This is the easiest way to explore the program: just position the cursor at the desired name and press "@<JumpEnter>".
See also
See also
See also
See also
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:
In the structure and enum views, the cursor will be moved to the corresponding offset in the current type.
See also
IDA will ask you for a target file offset. This command jumps to the address corresponding to this specified file offset. If this file offset corresponds to a valid address then:
This command allows you to jump to a name definition by selecting it from the list of the names.
This command jumps to the start of the selected segment. IDA will ask you to select the target segment. After:
See also:
First select a slot for the mark, then enter a description for the location.
This command jumps to the selected position. IDA will ask you to select a target position. After:
the cursor is positioned to the specified address.
This command shows you a list of cross-references to the current location: you can jump to the selected one by pressing Enter.
See also
The cross reference dialog displays a list of references to the various items. Each line has the following attributes:
Direction Up or Down. Meaningful for program address; denotes where the reference comes from, from the lower addresses than the reference target (down) or from higher addresses (up).
Type
Address
Text
This command shows you a list of cross-references from the current location: you can jump to the selected one by pressing Enter.
See also
This command shows you a list of cross-references to the current operand: you can jump to the selected one by pressing Enter.
See also
This command shows you a list of functions: you can jump to the selected one by pressing Enter.
See also
This command searches the start of the next function and jumps to the found address.
This command searches the start of the previous function and jumps to the found address.
This command shows you a list of entry points: you can jump to the selected one by pressing Enter.
The list of entry points is created at the database creation time. It is not modified after that (for example, renaming an exported function does not change the list of entry points).
menu for fast navigating.
concept.
submenus
Your current address is saved in the .
The command (usually Esc) will return you back.
If the cursor is at a stack variable, a window with is opened and the definition of the stack variable is displayed.
command.
This command brings you back to the previous position in the history. It takes positions from .
command
command.
This command cancels the last command.
command.
This command clears the .
command.
Each IDA Window has its own jump stack. This stack keeps the cursor locations. Many IDA commands use the jump stack, i.e. they save the old cursor position to the stack. For example, when you are at the address 3000:0100 and press the Ctrl-C key (find instruction), the 3000:0100 is saved into the jump stack and the search is started. Afterwards, you can return to the old position using command.
You can clear the jump stack using the menu command.
the current address is saved in the .
the cursor is positioned to the specified address. The command (usually Esc) will return you back.
.
the current address is saved in the .
the cursor is positioned to the corresponding address. The command (usually Esc) will return you back.
IDA will display the list of the names (sorted by addresses) and you can choose a name. names (generated by IDA) are not listed. Hidden names are not listed either. You can control which names are listed in the dialog box.
See also .
the current address is saved in the .
the cursor is positioned to the specified address. The command (usually Esc) will return you back.
This command jumps to the selected . IDA will ask you to select a target change point. And after:
the current address is saved in the .
the cursor is positioned to the specified address. The command (usually Esc) will return you back.
This command allows you to jump to a problematic location. IDA will display the and will allow you to select a problem.
The command (usually Esc) will return you back.
You can mark certain locations of the file to be able to to them quickly. Text description of the location may help to find a desired location easily.
the current address is saved in the .
The command (usually Esc) will return you back.
You can mark the position using command.
Click to see the description of the cross reference dialog box.
Click to see the description of the cross reference dialog box.
Click to see the description of the cross reference dialog box.