行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022/10/14 17:15:41
Jump immediate
Action name:JumpEnter
By pressing
This is the easiest way to explore the program:just position the cursor at the desired name and press"
Your current address is saved in the jump stack.
The Jump back command(usually Esc)will return you back.
If the cursor is at a stack variable,a window with stack variables is opened and the definition of the stack variable is displayed.
Jump back
Action name:Return
This command brings you back to the previous position in the history.It takes positions from Jumps Stack.
See also
Jump submenu
Undo"jump back"command.
Empty Stack command.
Undo last jump back
Action name:UndoReturn
This command cancels the last Jump back command.
Empty navigation stack
Action name:EmptyStack
This command clears the jump stack.
Jump to address
Action name:JumpAsk
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 back command(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 named location
Action name:JumpName
This command allows you to jump to a name definition by selecting it from the list of the names.
IDA will display the list of the names(sorted by addresses)and you can choose a name.Dummy names(generated by IDA)are not listed.Hidden names are not listed either.You can control which names are listed in the Names representation dialog box.
See also
Jump to segment start
Action name:JumpSegment
This command jumps to the start of the selected segment.IDA will ask you to select the target segment.After:
-the current address is saved in the jump stack.
-the cursor is positioned to the specified address.
The Jump back command(usually Esc)will return you back.
Jump to segment register change point
Action name:JumpSegmentRegister
This command jumps to the selected Segment Register Change Point.IDA will ask you to select a target change point.And after:
-the current address is saved in the jump stack.
-the cursor is positioned to the specified address.
The Jump back command(usually Esc)will return you back.
Jump to problematic location
Action name:JumpQ
This command allows you to jump to a problematic location.IDA will display the Problems List and will allow you to select a problem.
The Jump back command(usually Esc)will return you back.
Mark location
Action name:MarkPosition
You can mark certain locations of the file to be able to jump to them quickly.Text description of the location may help to find a desired location easily.
First select a slot for the mark,then enter a description for the location.
See also Jump submenu.
Jump to marked position
Action name:JumpPosition
This command jumps to the selected position.IDA will ask you to select a target position.After:-the current address is saved in the jump stack.-the cursor is positioned to the specified address.
The Jump back command(usually Esc)will return you back.
You can mark the position using Mark Position command.
Jump to cross reference
Action name:JumpXref
This command shows you a list of cross-references to the current location:you can jump to the selected one by pressing Enter.
Click here to see the description of the cross reference dialog box.
Jump to cross reference to operand
Action name: JumpOpXref This command shows you a list of cross-references to the current operand: you can jump to the selected one by pressing Enter.
Click here to see the description of the cross reference dialog box.
Jump to function
Action name:JumpFunction
This command shows you a list of functions:you can jump to the selected one by pressing Enter.
Jump to entry point
ction name:JumpEntryPoint
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).
Jump to file offset
Action name: JumpFileOffset 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: - the current address is saved in the jump stack. - the cursor is positioned to the corresponding address.