行业解决方案查看所有行业解决方案
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修改
对重新定位段的引用。如果
关闭,则移动后引用可能会出错。
展开阅读全文
︾
读者也喜欢这些内容:
IDA Pro Portal许可和程序下载安装
IDA Pro Portal许可和程序下载安装。Hex-rays IDA 现采用全新的Portal帐户中心交付方式,用户购买后登录Hex-rays Portal 获取许可和程序,不再邮件发送许可文件和程序。...
阅读全文 >
游戏反编译工具有哪些 游戏怎么反编译
在当今的数字时代,电子游戏已经成为娱乐业的一大亮点,而游戏开发变得越来越复杂。有时,破解和深入了解游戏内部运作机制是游戏开发者、安全专家和研究人员的必修课。...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >
IDA Pro添加断点(Add breakpoint)
...
阅读全文 >