行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 14: 44: 02
Action name: EditStruct
This command allows the user to change the structure alignment
Structure alignment is used to calculate the number of padding bytes at the end of the structure. For example, if alignment is 4 and the last field is a byte at offset 11h, IDA will add 3 bytes of padding so that the struct size is 14h (multiple of 4).
The alignment must be a power of 2.
This command is available in the Structures window.
以下为中文翻译:
name:EditStruct
此命令允许用户更改结构对齐
结构对齐用于计算结构末尾的填充字节数。例如,如果对齐方式为4,最后一个字段是偏移量11h处的一个字节,IDA将添加3个字节的填充,使结构大小为14h(4的倍数)。
对齐方式必须是2的幂。
此命令在“结构”窗口中可用。
展开阅读全文
︾