行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 15: 23: 31
Action name:CreateSegment
This command allows you to create a new segment.
If you select a range using the anchor,IDA will propose the start address and the end address of the selection as defaults for the segment bounds.
You need to specify at least:
-the segment start address
-the segment end address(excluded from the range)
-the segment base
Click here to learn about addressing model used in IDA.
If"sparse storage"is set,IDA will use special sparse storage method for the segment.This method is recommended for huge segments.Later,it is possible to change the storage method of any region using set_storage_type IDC function.
If another segment already exists at the specified address,the existing segment is truncated and the new segment lasts from the specified start address to the next segment(or specified end address,whichever is lower).If the old and the new segments have the same base address,instructions/data will not be discarded by IDA.Otherwise,IDA will discard all instructions/data of the new segment.
An additional segment may be created by IDA to cover the range after the end of the new segment.
以下为中文翻译:
操作名称:CreateSegment
此命令允许您创建一个新的段。
如果您使用锚点选择一个范围,IDA将建议选择的起始地址和结束地址作为段边界的默认值。
您至少需要指定:-段起始地址-段结束地址(不在范围内)-段基单
击此处了解IDA中使用的寻址模型。
如果设置了“稀疏存储”,IDA将对段使用特殊的稀疏存储方法。对于巨大的段,建议使用此方法。以后,可以使用
set_storage_type IDC函数更改任何区域的存储方法。
如果指定地址处已经存在另一个段,则会截断现有段,并且新段从指定的开始地址持续到下一个段(或指定的结束地址,以较低者为准)。如果新旧段具有相同的基址,IDA不会丢弃指令/数据。否则,IDA将丢弃新段的所有指令/数据,
IDA可能会创建一个额外的段,以覆盖新段结束后的范围。
展开阅读全文
︾
读者也喜欢这些内容:
IDA怎么修改字符串内容?IDA修改后怎么保存?
在软件开发和逆向工程领域,IDA Pro是一种极其强悍的工具,广泛用于程序剖析、调试和修改。它不仅支持多种处理器架构,还提供了大量的作用,以适应高档讲解的必须。本文将围绕ida怎么修改字符串内容,ida修改后怎么保存这一主题,详细描述怎样在IDA中更改字符串内容,及其修改后的存放方式。此外,我们还将探讨IDA转变的应用场景,帮助读者更深入地了解IDA的实际应用价值。...
阅读全文 >
软件调试是干什么的 IDA如何进行软件调试
在软件开发和计算机科学领域,软件调试是一个至关重要的过程。它涉及识别、定位和解决软件程序中的错误和问题。...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >
逆向脱壳分析方法有哪些 如何使用IDA Pro进行脱壳
在软件逆向工程领域,脱壳(Unpacking)是指将已经加壳的程序还原成未加壳的状态,以便进行更深入的分析和研究。软件加壳是一种常见的保护措施,用于防止程序被破解或修改。...
阅读全文 >