行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 11: 38: 58
Action name: OpenSignatures
This command opens the signatures window.
For each signature, the following is displayed:
- name of file with the signature
- state of signature:
- Planned: the signature will be applied
- Current: the signature is being applied
- Applied: the signature has been applied
- number of functions found using the signature
- description of the signature
You can modify the planned signatures list here: add/delete library modules to be used during the disassembling.
You cannot delete an applied signature from the list.
To add a signature to the list for the application press . You will see a list of signatures that can be applied to the program being disassembled.
Text version: Not all signature files will be displayed (for example, 32 bit signatures will not be shown for a 16 bit program). If you want to see the full list of signatures, select the first line of the list saying SWITCH TO FULL LIST OF SIGNATURES.
Signature files reside in the subdirectories of the SIG directory. Each processor has its own subdirectory. The name of the subdirectory is equal to the name of the processor module file (z80 for z80.w32, for example). Note: IBM PC signatures are located in the SIG directory itself. Note: the IDASGN environment variable can be used to specify the location of the signatures directory.
中文翻译如下:
此命令打开签名窗口。对于每个签名,显示以下内容:
·带有签名的文件名称
·签名状态:
·计划中:将应用签名
·当前:正在应用签名
·已应用:已应用签名
·使用签名找到的函数数量
·签名描述
您可以在此修改计划中的签名列表:添加/删除要在反汇编期间使用的库模块。
无法从列表中删除已应用的签名。
要将签名添加到列表以进行应用,请按 键,您将看到可应用于正在反汇编的程序的签名列表。
文本版本:不会显示所有签名文件(例如,16位程序不会显示32位签名)。如果要查看完整的签名列表,请选择列表第一行,上面写着SWITCH TO FULL LIST OF SIGNATURES。
签名文件位于SIG目录的子目录中。每个处理器都有自己的子目录。子目录的名称等于处理器模块文件的名称(例如,z80.w32的子目录为z80)。
注意:IBM PC签名位于SIG目录本身。
注意:可以使用IDASGN环境变量指定签名目录的位置。
展开阅读全文
︾
读者也喜欢这些内容:
MIPS 反汇编怎么看 IDA如何分析MIPS反汇编
MIPS反汇编,作为计算机领域中的一项复杂技术,已成为软件工程师和安全分析师的关键技能之一。该技术涉及解析MIPS架构上的机器代码,并将其转换为人类可读的形式。IDA,作为最先进的反汇编和调试工具之一,为分析和理解MIPS反汇编提供了无与伦比的支持。本文将详细阐述MIPS反汇编怎么看,IDA如何分析MIPS反汇编以及IDA动态调试MIPS这三个主题,以期为您揭示MIPS反汇编的深层原理和IDA在此过程中的关键作用。...
阅读全文 >
IDA Pro编辑轨迹描述(Edit trace description)
...
阅读全文 >
IDA Pro编辑断点(Edit breakpoint)
...
阅读全文 >
IDA pro在文件中搜索子字符串(Search for substring in the file)
...
阅读全文 >