行业解决方案
查看所有行业解决方案
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 Pro如何分析加壳程序 IDA Pro怎么给程序脱壳
在逆向工程领域,加壳程序的分析与脱壳处理一直是重要且富有挑战性的任务。尤其是在面对经过各种混淆、防调试和压缩处理的可执行文件时,常规的分析手段往往难以奏效。这时候,IDAPro作为行业内广泛认可的静态分析工具,就展现出了强大的实战价值。无论是定位壳代码、识别壳类型,还是配合脚本与动态分析工具对程序进行脱壳,IDAPro都扮演着核心角色。本文围绕“IDAPro如何分析加壳程序,IDAPro怎么给程序脱壳”展开,从理论认知到操作方法,帮助你掌握应对加壳程序的关键技巧。...
阅读全文 >
安装Lumina服务器和导入许可指南
安装Lumina服务器和导入许可指南...
阅读全文 >
ida如何修改指令返回立即数 ida具备哪些指令修复功能
IDA是一款功能强大的反汇编工具,通过IDA,可以深入理解程序的底层指令进行各种操作,本文将为您介绍“ida如何修改指令返回立即数 ida具备哪些指令修复功能”的相关话题,帮助用户更好地掌握IDA的功能。...
阅读全文 >
逆向工程师和黑客的区别 为什么逆向工程师都在用ida软件
在信息安全和软件开发领域,逆向工程师和黑客是两个备受关注的角色。尽管两者都涉及代码分析和破解,但在职业目标、方法和道德规范上存在显著差异。同时,IDA软件作为逆向工程师的首选工具,其受欢迎的原因也值得探讨。本文将详细分析“逆向工程师和黑客的区别 为什么逆向工程师都在用ida软件”这一主题,并进一步介绍常用的逆向工程软件。...
阅读全文 >