行业解决方案查看所有行业解决方案
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 关闭模态列表查看器。
展开阅读全文
︾