行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 14: 46: 09
Action name: MakeStructVar
This command declares a variable of the specified structure type.
IDA will ask you to choose a structure type. You must have some structure types defined in order to use this command.
If the target assembler supports it, IDA will display the structure in terse form (using just one line). To uncollapse a terse structure variable use the Unhide command.
You can also use this command to declare a structure field in another structure (i.e. nested structures are supported too).
以下为中文翻译:
name:MakeStructVar
此命令声明指定结构类型的变量。
IDA将要求您选择结构类型。您必须定义一些结构类型才能使用此命令。
如果目标汇编程序支持它,IDA将以简洁的形式(只使用一行)显示结构。要取消隐藏简洁的结构变量,请使用“取消隐藏”命令。
您也可以使用此命令在另一个结构中声明结构字段(即也支持嵌套结构)。
展开阅读全文
︾