IDA Pro > IDA Pro教程 > 技术问题 > IDA Pro Jump(Jump)

IDA Pro Jump(Jump)

发布时间:2022-10-14 16: 59: 31

Jump immediate

  Action name:JumpEnter

 By pressingyou navigate in the program in the same way as in a hypertext(the way the web browers and help screens use).

 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.

 

中文翻译:

按下此键,您可以像在超文本中一样导航程序(与Web浏览器和帮助屏幕使用的方式相同)。这是探索程序的最简单方法:只需将光标定位到所需的名称上,然后按“Enter”键。您的当前地址将保存在跳转堆栈中。跳回命令(通常是Esc键)将使您返回到原来的位置。如果光标位于堆栈变量上,则会打开一个带有堆栈变量的窗口,并显示堆栈变量的定义。

Return

此命令将您带回到历史记录中的上一个位置。它从跳转堆栈中取出位置。另请参阅Jump子菜单、撤消“跳回”命令和清空堆栈命令。

UndoReturn

此命令取消上一次跳回命令。

EmptyStack

此命令清除跳转堆栈。

JumpAsk

此命令跳转到程序中指定的地址。IDA将要求您输入目标地址。您可以输入名称或带有或不带有段的十六进制数地址。如果您输入了有效的地址,则:

●当前地址保存在跳转堆栈中。

●光标定位到指定的地址上。跳回命令(通常是Esc键)将使您返回到原来的位置。在结构和枚举视图中,光标将移动到当前类型中的相应偏移量。

JumpName

此命令允许您通过从名称列表中选择来跳转到名称定义。IDA将显示名称列表(按地址排序),您可以选择一个名称。由IDA生成的虚拟名称不会列出。隐藏名称也不会列出。您可以通过“名称表示”对话框来控制哪些名称会列出。另请参阅Jump子菜单。

JumpSegment

此命令跳转到所选段的开头。IDA将要求您选择目标段。之后:

●当前地址保存在跳转堆栈中。

●光标定位到指定的地址上。跳回命令(通常是Esc键)将使您返回到原来的位置。

JumpSegmentRegister

此命令跳转到所选段寄存器变更点。IDA将要求您选择目标变更点。之后:

●当前地址保存在跳转堆栈中。

●光标定位到指定的地址上。跳回命令(通常是Esc键)将使您返回到原来的位置。

JumpQ

此命令允许您跳转到问题位置。IDA将显示问题列表,并允许您选择问题。跳回命令(通常是Esc键)将使您返回到原来的位置。

MarkPosition

您可以

go on

标记文件的某些位置,以便能够快速跳转到它们。位置的文本描述可以帮助您轻松找到所需的位置。首先选择标记的位置,然后输入位置的描述。另请参阅Jump子菜单。

JumpPosition

此命令跳转到所选位置。IDA将要求您选择目标位置。之后:

●当前地址保存在跳转堆栈中。

●光标定位到指定的地址上。跳回命令(通常是Esc键)将使您返回到原来的位置。您可以使用“标记位置”命令标记位置。

JumpXref

此命令向您显示当前位置的交叉引用列表:您可以通过按Enter键跳转到所选交叉引用。单击此处以查看交叉引用对话框的说明。

JumpOpXref

此命令向您显示当前操作数的交叉引用列表:您可以通过按Enter键跳转到所选交叉引用。单击此处以查看交叉引用对话框的说明。

JumpFunction

此命令向您显示函数列表:您可以通过按Enter键跳转到所选函数。

JumpEntryPoint

此命令向您显示入口点列表:您可以通过按Enter键跳转到所选入口点。入口点列表在数据库创建时创建。之后不会修改它(例如,重命名导出函数不会更改入口点列表)。

JumpFileOffset

IDA将要求您输入目标文件偏移量。此命令将跳转到对应于指定文件偏移量的地址。如果此文件偏移量对应于有效地址,则:

●当前地址保存在跳转堆栈中。

●光标定位到相应的地址上。

 

展开阅读全文

标签:反汇编软件反编译软件数据库

读者也访问过这里:
邀请您进入交流群 点击扫码
400-8765-888 kefu@makeding.com

专业销售为您服务

欢迎添加好友,了解更多IDA优惠信息,领逆向工程学习资料礼包1份!
热门文章
exe反编译工具哪个好?反编译能力强的工具盘点
随着软件技术的发展,exe(可执行文件)已经成为了电脑、手机等多个平台上的主要软件运行格式,而对于exe文件的反编译也成为了逆向工程中不可缺少的一个步骤。本文将介绍一些常用的exe反编译工具,并评价其优缺点,帮助读者选择合适的工具。
2023-04-12
idapro怎么改为中文
IDA Pro是一款功能强大的反汇编和反编译工具,广泛应用于逆向工程和软件开发领域。在使用IDA Pro时,如果我们不习惯英文界面,可以将其改为中文界面。本文将介绍IDA Pro怎么改为中文界面。IDA Pro界面改成中文主要有两种方法,下面是详细介绍。
2023-04-19
c++反编译工具有哪些
反编译C++代码的工具一般是针对可执行文件和库文件的反汇编和逆向分析工具。本文将给大家介绍c++反编译工具有哪些的内容。市面说的c++反编译工具有很多,下面介绍几款使用认识较多的软件。
2023-04-23
ida如何转伪代码 ida伪代码怎么看
IDA Pro是一款常用的反汇编和反编译工具,可以帮助我们分析二进制文件的实现细节和执行过程,以便更好地理解程序的执行过程和逻辑。在进行逆向工程的过程中,我们经常需要将反汇编结果转换为伪代码,以便更好地进行分析和修改。本文将介绍如何使用IDA Pro转换为伪代码,并简单讲解ida伪代码怎么看。
2023-04-14
ida怎么查找字符串 ida字符串窗口快捷键
在数字化时代,逆向工程作为解密软件和分析程序的关键技术,正日益受到广泛关注。在逆向分析的过程中,IDA(Interactive DisAssembler)是一款备受推崇的工具,它为逆向工程师们提供了强大的功能和灵活的操作。本文将带您深入探讨如何在IDA中查找字符串,优化字符串窗口的使用,并探讨IDA如何将变量转换成字符串,帮助您更加熟练地驾驭这一工具,为逆向分析的世界增添一抹精彩。
2023-09-27
最新文章
IDA反编译功能在软件安全审计中有何作用 怎么用IDA反编译功能分析程序的优化级别
在做软件安全审计的时候,程序的安全性和性能优化一直都是大难题。而说到分析程序的二进制代码,IDA反编译工具简直就是安全审计师的“瑞士军刀”。通过反编译,IDA能把难懂的机器码翻译成汇编语言,找出漏洞和优化空间。所以,今天我们就来聊聊“IDA反编译功能在软件安全审计中有何作用 怎么用IDA反编译功能分析程序的优化级别”,一起看看IDA到底有多强大。
2024-11-14
IDA反汇编如何进行二进制补丁分析 IDA反汇编后如何对程序进行静态分析
在软件安全和逆向工程领域,IDA Pro是一款非常受欢迎的工具。它能帮助我们深入分析二进制文件,今天,我们就来聊聊“IDA反汇编如何进行二进制补丁分析 IDA反汇编后如何对程序进行静态分析”这两个话题。希望通过这篇文章,能够让大家更好地运用IDA来进行相关分析。
2024-11-05
IDA软件反编译功能如何研究软件的动态链接库 IDA怎么反编译提取软件程序的调用关系图
在软件开发和安全领域,IDA软件真的是个非常强大的反编译工具。了解它的各种功能,尤其是在研究软件的动态链接库(DLL)时,绝对能让你的工作事半功倍。今天,我们就来聊聊“IDA软件反编译功能如何研究软件的动态链接库 IDA怎么反编译提取软件程序的调用关系图”这个话题,让你对IDA有更深入的认识。
2024-11-05
idapro怎么添加新常量 idapro的识别率怎么看
如果你是搞逆向分析的,那么IDA Pro你一定用过或者听说过。这款工具可真是个“神器”,但是用起来也有点“烧脑”,尤其是遇到一些小问题的时候,比如说“怎么添加新常量”,或者“识别率到底怎么看”。别担心,今天咱们就来好好聊聊这些问题,看看“idapro怎么添加新常量 idapro的识别率怎么看”这个话题,希望能让你在用IDA Pro的时候少踩坑,多顺利!
2024-10-30
IDA Pro Portal许可和程序下载安装
IDA Pro Portal许可和程序下载安装。Hex-rays IDA 现采用全新的Portal帐户中心交付方式,用户购买后登录Hex-rays Portal 获取许可和程序,不再邮件发送许可文件和程序。
2024-10-25
ida伪代码是什么语言 如何看懂ida伪c代码
在软件逆向工程里,IDA 这款工具特别有名。它可以帮我们把机器码变成更容易理解的代码。很多人觉得直接看汇编代码太难,于是 IDA 提供了伪代码功能,能把这些机器码“翻译”成像 C 语言那样的代码,方便我们理解。所以,今天我们就来聊聊“ida伪代码是什么语言 如何看懂ida伪c代码”这个问题,希望能让你对IDA伪代码有更清晰的认识。
2024-10-18

通过微信咨询我们

欢迎添加好友,了解更多IDA优惠信息,领取逆向工程学习资料礼包1份!

读者也喜欢这些内容: