行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 10: 14: 02
In the graph view,the current function is represented as a collection of nodes linked together with edges.Nodes represent basic blocks and edges represent code cross-references between them.
Only code items are visible in the graph view,data items are hidden.To display them,switch to text mode by pressing Space.The graph view is available for the instructions belonging to functions.IDA automatically switches to text mode if the current item cannot be displayed in graph mode.It also displays a warning,which we recommend to hide away as soon as you become familiar with the concept.
The Space key can be used to toggle between the graph and text views.
中文翻译如下:
在图形视图中,当前函数被表示为由节点链接而成的集合。节点表示基本块,边表示它们之间的代码交叉引用。
图形视图中只显示代码项,数据项被隐藏起来。要显示它们,请按空格键切换到文本模式。图形视图仅适用于属于函数的指令。如果当前项目无法在图形模式下显示,IDA会自动切换到文本模式。它还会显示一个警告,我们建议尽快隐藏它,一旦你熟悉了这个概念。
空格键可用于在图形和文本视图之间切换。
展开阅读全文
︾
读者也喜欢这些内容:
ida反编译后有多余参数 ida使用反编译源码
当我们在使用IDA Pro软件进行反编译时,有时可能会遇到反编译后有多余参数的问题。在许多情况下,这些多余的参数可能会导致代码理解的困扰和混淆。本文将深入讨论这个问题,并提供有效的解决策略。此外,我们也将探讨如何在IDA中有效地使用反编译源码,以帮助您更好地理解和掌握反编译技术。...
阅读全文 >
IDA Pro分析选项(Analysis options)
...
阅读全文 >
IDA Pro显示功能流程图(Display function flow chart)
...
阅读全文 >
IDA pro取消定义字节(Undefine a byte)
...
阅读全文 >