行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-25 14: 00: 39
Action name: MakeData
This command converts the current unexplored bytes to data. If it is not possible, IDA will warn you.
Multiple using of this command will change the data type:
db -> dw -> dd -> float -> dq -> double -> dt -> packreal -> octa \;
^ |;
\---------<----------------<--------------<-----------------------/;
You may remove some items from this list using setup data command.
If the target assembler does not support double words or another data type, it will be skipped.
To create a structure variable, use Declare struct var command.
To create an array, use Array command.
To convert back, use Undefine command.
See also Edit submenu
中文翻译:
操作名称:MakeData
此命令将当前未探索的字节转换为数据。如果不可能,IDA将向您发出警告。
多次使用此命令将更改数据类型:db->dw->dd->float->dq->double->dt->packreal->octa\;
^|;\----------------<----------------<-------------------/;
您可以使用setup data命令从此列表中删除一些项。
如果目标汇编程序不支持双字或其他数据类型,则会跳过它。要创建结构变量,请使用Declare struct var命令。要创建阵列,请使用“阵列”命令。若要转换回,请使用“取消定义”命令。
另请参见“编辑”子菜单
展开阅读全文
︾