行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 14: 18: 27
This submenu allows you to manipulate windows on the screen. You can also:
Set video mode...
Action name: SetVideoMode
This command changes the current video mode. The list of allowed video modes is kept in the IDATUI.CFG file, the SCREEN_MODES parameter.
Please note that there are two instances in this variable: one for MS-DOS and another for Windows.
If you use the MS DOS version, you need to specify the screen mode numbers valid for you video card in SCREEN_MODES. Otherwise, this command will not work.
Invoke external help
Action name: ExternalHelp
This command invokes an external help.
In the MS Windows version of IDA, it starts WinHelp with the parameter taken from the cursor location.
The HELPFILE parameter in IDATUI.CFG/IDAGUI.CFG points to the help file name.
Consult keyboard layout
Action name: KeyboardHelp
This command displays the current keyboard layout.
You can change the layout in the configuration file
IDATUI.CFG (for the text version)
IDAGUI.CFG (for the GUI version)
This command is available in the text version only.
中文翻译:
此子菜单允许您在屏幕上操作窗口。您还可以:
Set video mode...
此命令更改当前视频模式。允许的视频模式列表保存在IDATUI.CFG文件中的SCREEN_MODES参数中。请注意,此变量中有两个实例:一个用于MS-DOS,另一个用于Windows。如果使用MS DOS版本,您需要在SCREEN_MODES中指定适用于您视频卡的屏幕模式号。否则,此命令将无法工作。
Invoke external help
此命令调用外部帮助。在IDA的MS Windows版本中,它会从光标位置开始使用WinHelp。IDATUI.CFG/IDAGUI.CFG中的HELPFILE参数指向帮助文件名称。
Consult keyboard layout
此命令显示当前键盘布局。您可以在配置文件中更改布局IDATUI.CFG(文本版)IDAGUI.CFG(GUI版)此命令仅适用于文本版。
展开阅读全文
︾
读者也喜欢这些内容:
IDA动态调试的使用方法 IDA动态调试后自动更新变量名
在分析复杂程序时,仅靠静态反汇编往往无法看到完整的运行逻辑,尤其是加壳、动态调用、异或加密等场景。此时,借助IDA Pro的动态调试功能,可以实时捕捉程序执行流程,监控变量值和调用栈变化,大大提高分析准确性。更进一步,IDA Pro还支持调试过程中自动更新变量名和函数名,提高代码可读性。本文围绕“IDA动态调试的使用方法IDA动态调试后自动更新变量名”进行详解,帮助你从基础操作入手,深入掌握IDA的高级用法。...
阅读全文 >
IDA怎么修改汇编指令 IDA修改汇编代码快捷键
在使用IDA Pro进行二进制逆向分析时,经常需要对反汇编得到的代码进行调整和编辑,例如修正误识别的指令、插入特定的跳转逻辑、或清除垃圾代码结构。由于IDA Pro本身具有强大的交互式反汇编能力,因此“IDA怎么修改汇编指令,IDA修改汇编代码快捷键”成为用户搜索频率较高的实操问题。本文将围绕这个话题,从修改步骤到操作技巧全面展开,帮助用户高效掌控IDA Pro的编辑能力。...
阅读全文 >
IDA Pro Portal 许可和程序下载安装指南
Hex-rays IDA 现采用全新的Portal帐户中心交付方式,用户购买后登录Hex-rays Portal 获取许可和程序,不再邮件发送许可文件和程序。...
阅读全文 >
如何快速熟悉IDA Pro的基本界面 初学者需要掌握哪些IDA Pro的关键功能
IDA Pro,对于很多逆向工程师来说,简直是神器。可是,刚接触这个工具的同学,往往觉得它看起来特别复杂,界面上的各种按钮和窗口搞得人有点懵。别担心,今天我们来聊聊“如何快速熟悉IDA Pro的基本界面 初学者需要掌握哪些IDA Pro的关键功能”。说得再直接点,就是让你能从头到尾,快速搞定IDA Pro,走上逆向的“老司机”之路。...
阅读全文 >