行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 13: 29: 22
The following commands work in the list viewers:
1. All usual movement keys: PgUp,PgDn,Home,End and arrows.
2. It is possible to position to a line simply by typing in the desired line number.
3. It is possible to position on a line by typing in its beginning. In this case the user can use: Backspace key to erase the last character typed in. Ctrl-Enter to find another line with the same prefix. Please note that List Viewer ignores the prefix of a line up to the last backslash (\\) or slash (/) if it exists.
4. Alt-T search for a substring (case-insensitive) Ctrl-T repeat last search
5. If the list is not in dialog mode, you can use the following keys: Enter jump to the selected item in the last IDA View window Ctrl-E edit the current item Del delete the current item Ins insert a new item Ctrl-U refresh information in the window
6. Quick filtering is available using Ctrl-F. More complex filters can be defined with a right click (only the GUI mode).
7. The list can be sorted by any column by clicking on it. Please note that maintaining a frequently modified list sorted can be very time consuming, so try not to sort non-modal lists during the initial analysis. (sorting is available only in the GUI mode).
8. Right-click may show additional functionality for the list viewer.
Esc or Enter close modal list viewers.
中文翻译如下:
在列表查看器中,以下命令是有效的:
1. 所有常用的移动键:PgUp,PgDn,Home,End 和箭头键。
2. 可以通过输入所需的行号来定位到行。
3. 可以通过输入行的开头来定位到行。在这种情况下,用户可以使用:Backspace 键来删除最后输入的字符。Ctrl-Enter 来查找具有相同前缀的另一行。请注意,如果存在,则列表查看器将忽略一行的前缀直到最后一个反斜杠(\)或斜杠(/)。
4. Alt-T 搜索子字符串(不区分大小写)Ctrl-T 重复上次搜索
5. 如果列表不在对话框模式下,则可以使用以下键:Enter 跳转到上一个 IDA 视图窗口中选定的项目Ctrl-E 编辑当前项目Del 删除当前项目Ins 插入新项目Ctrl-U 刷新窗口中的信息
6. 可以使用 Ctrl-F 进行快速过滤。更复杂的筛选条件可以通过右键单击定义(仅限 GUI 模式)。
7.列表可以通过单击任何列进行排序。请注意,对于经常修改的列表进行排序可能需要很长时间,因此请尽量在初始分析期间不要对非模态列表进行排序。(仅限 GUI 模式)。
8.右键单击可能显示列表查看器的其他功能。
Esc 或 Enter 关闭模态列表查看器。
展开阅读全文
︾
读者也喜欢这些内容:
IDA怎么修改字符串内容?IDA修改后怎么保存?
在软件开发和逆向工程领域,IDA Pro是一种极其强悍的工具,广泛用于程序剖析、调试和修改。它不仅支持多种处理器架构,还提供了大量的作用,以适应高档讲解的必须。本文将围绕ida怎么修改字符串内容,ida修改后怎么保存这一主题,详细描述怎样在IDA中更改字符串内容,及其修改后的存放方式。此外,我们还将探讨IDA转变的应用场景,帮助读者更深入地了解IDA的实际应用价值。...
阅读全文 >
什么叫反汇编 反汇编的软件有哪些
在计算机科学和软件工程领域,反汇编一直是一个关键的概念。与其紧密相连的反编译技术和各种反汇编软件也在不断地演进和发展。今天我们将深入探讨什么叫反汇编,反汇编的软件有哪些,以及反汇编的软件哪款比较好。我们将全方位解析这一复杂而又迷人的主题,帮助你更好地理解和掌握反汇编的核心内容。...
阅读全文 >
逆向脱壳分析方法有哪些 如何使用IDA Pro进行脱壳
在软件逆向工程领域,脱壳(Unpacking)是指将已经加壳的程序还原成未加壳的状态,以便进行更深入的分析和研究。软件加壳是一种常见的保护措施,用于防止程序被破解或修改。...
阅读全文 >
IDA Pro观察名单(Watch list)
...
阅读全文 >