行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-06-05 14: 40: 38
Action name:SetupData
This command allows you to select the data types used in the round-robin carousel in MakeData command.
Valid data types are:
-byte
-word(2 bytes)
-double word(4 bytes)
-float(4 bytes)
-quadro word(8 bytes)
-double(8 bytes)
-long double(10 or 12 bytes)
-packed real(10 or 12 bytes)
-octa word(16 bytes)
Naturally,not all data types are usable for all processors.For example,Intel 8051 processor doesn't have the'double word'type.
Furthermore,this command allows you to select a data type for the current undefined item and convert it to data.
Please note that if the current processor does not support a data type,you cannot assign it even if you have selected it.If you unselect all data types,IDA will use the'byte'type.
以下为中文翻译:
操作名称:SetupData
此命令允许您选择循环中使用的数据类型
MakeData命令中的旋转木马。
有效的数据类型是:
-字节
-字(2个字节)
-双字(4字节)
-浮点数(4个字节)
-四字(8字节)
-双(8字节)
-long double(10或12字节)
-打包真实(10或12字节)
-八字(16字节)
当然,并非所有数据类型都适用于所有处理器。例如,
Intel 8051处理器没有“双字”类型。
未定义的数据类型选择数据类型
项并将其转换为数据。
请注意,如果当前处理器不支持数据
型,即使选择了也无法分配。
如果取消选择所有数据类型,IDA将使用“字节”类型。
展开阅读全文
︾
读者也喜欢这些内容:
ida伪代码能直接修改吗ida不能用f5查看伪代码
对于软件逆向工程的爱好者和专业人士来说,ida是一个十分重要的工具。ida能够生成伪代码,使人们更容易理解和分析程序的功能和结构。然而,在实际使用中,许多人都会遇到一些问题。其中就包括ida伪代码能否直接修改以及ida不能用f5查看伪代码的问题。本文将对这两个问题进行详细的讨论和分析。...
阅读全文 >
IDA Pro指定目标汇编程序(Specify Target Assembler)
...
阅读全文 >
IDA Pro处理器类型(Processor Type)
...
阅读全文 >
IDA Pro颜色配置(Color configuration)
...
阅读全文 >