行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 15: 27: 33
Action name:MoveSegment
This command allows you to move segment(s)to another address.Use it if the segment(s)are loaded at a wrong address.
This command shifts(moves)the selected segments in the memory to the target address.There must be enough free space at the target address for the segments.
All information in the segment will be moved to the new address,but since the addresses change,the disassembly might be not valid anymore(especially if the program is moved to the wrong addresses and the relocation information is not available).
Fix up relocations
This option allows IDA to modify the references
to/from the relocated segment(s).If it is turned
off,the references might be wrong after the move.
以下为中文翻译:
操作名称:MoveSegment
此命令允许您将段移动到另一个地址。如果段加载到错误的地址,请使用它。
此命令将内存中选定的段移动到目标地址。目标地址必须有足够的可用空间放置段。段
中的所有信息都将移动到新地址,但由于地址发生了变化,反汇编可能不再有效(尤其是如果程序被移动到错误的地址,并且重新定位信息不可用)。修复重新定位
此选项允许IDA修改
对重新定位段的引用。如果
关闭,则移动后引用可能会出错。
展开阅读全文
︾