行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 15: 45: 01
Action name:MakeAlignment
This command allows you to create an alignment directive.The alignment directive will replace a number of useless bytes inserted by the linker to align code and data to paragraph boundary or any other address which is equal to a power of two.
You can select a range to be converted to an alignment directive.If you have selected a range,IDA will try to determine a correct alignment automatically.
There are at least two requirements for this command to work:-there must be enough unexplored bytes at the current address.-an alignment directive must always end at an address which is divisible by a power or two.
以下为中文翻译:
Action name:MakeAlignment
此命令允许您创建对齐指令。对齐指令将替换链接器插入的一些无用字节,以便将代码和数据对齐到段落边界或任何其他等于二次方的地址。
您可以选择一个要转换为对齐指令的范围。如果您选择了一个范围,IDA将尝试自动确定正确对齐。
此命令至少有两个要求:-当前地址必须有足够的未探索字节。-对齐指令必须始终以可被一次幂或二次幂整除的地址结尾。
展开阅读全文
︾