行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-10 16: 26: 34
Action name: JumpSuspicious
Suspicious operands are the operands that need your attention because they contain an immediate value that could be a number or an offset. IDA does not know about it, so it marks these instructions as 'suspicious'. You can change the suspiciousness of the operands using set lower limit of suspicious operands and set upper limit of suspicious operands commands.
Data arrays are considered to be suspicious if the first element of the data array is within the lower and upper suspicious limits. Values of other elements are not examined.
You can disable the display of the 'suspicious' marks in the Comments Dialog.
NOTE: We strongly recommend that before producing an ASM file you go through all 'suspicious' marks and get rid of them. After this you have a certain level of confidence that the file has been disassembled correctly.
See also Search submenu
中文翻译:
动作名称: JumpSuspicious
可疑操作数是需要您注意的操作数
因为它们包含一个立即值,可以是
编号或偏移量。 IDA不知道它,所以它标记了这些
指示为“可疑”。您可以更改操作数的可疑性
使用设置可疑操作数的下限和
设置可疑操作数命令的上限。
如果第一个元素的数据数组被认为是可疑的
数据数组在可疑下限和上限内。其他的价值观
不检查元素。
您可以在评论对话框中禁用“可疑”标记的显示。
注意:我们强烈建议您在生成 ASM 文件之前
通过所有“可疑”标记并摆脱它们。在这之后你有
一定程度的信心,该文件已经
正确拆卸。
另请参阅搜索子菜单
展开阅读全文
︾