行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 11: 40: 28
Action name: OpenXrefs
This command opens the cross-references window. This window contains all references to the current location.
You can use list viewer commands in this window.
You can add and delete cross references here too by pressing Ins or Del. Right clicking on the mouse will work too.
Add a cross reference: the from and to address, as well as the xref type should be specified.
Del a cross reference: if the 'undefine if no more xrefs' is check, then the instruction at the target address will be undefined upon the deletion of the last xref. IDA undefines instructions only if they do not start a function.
中文翻译如下:
Cross-references window交叉引用窗口
此命令打开交叉引用窗口。此窗口包含对当前位置的所有引用。您可以在此窗口中使用列表查看器命令。
您也可以通过按Ins或Del在此处添加和删除交叉引用,右键单击鼠标也可以使用。
添加交叉引用:应指定来源地址、目标地址以及交叉引用类型。
删除交叉引用:如果选中“删除最后一个交叉引用时取消定义”选项,则在删除最后一个交叉引用时,目标地址的指令将被取消定义。IDA仅在指令不是函数的开头时取消定义指令。
展开阅读全文
︾
读者也喜欢这些内容:
反汇编程序是什么 ida反汇编使用方法
反汇编程序,作为计算机科学领域中的重要概念,在软件分析、逆向工程等领域扮演着关键角色。它是一种将机器代码转换为可读性更高的汇编代码或者高级语言代码的过程。通过反汇编,我们可以深入理解程序的运行机制、逻辑以及可能的漏洞,为软件开发和安全领域提供了重要支持。本文将介绍反汇编程序是什么,ida反汇编使用方法的内容。...
阅读全文 >
IDA Pro删除二进制跟踪(Remove binary trace)
...
阅读全文 >
IDA Pro交叉引用对话框(Cross References Dialog)
...
阅读全文 >
IDA Pro连接问题(2.6.1. Connection issues)
...
阅读全文 >