行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 15: 25: 11
Action name:KillSegment
This command allows you to delete a segment.
IDA will ask your the permission to disable the addresses occupied by the segment.If you allow this operation,all information about the segment will be deleted.In other words,IDA will discard the information about instructions or data,comments etc.
If you check the"disable addresses"checkbox,IDA will mark the addresses occupied by the segment as"nonexistent"in the program.You will lose*ALL*information,including byte values.
It is impossible to disassemble the content of adresses not located in any segment,therefore you must create a new segment if you want to resume the disassembly of that part of the code.
You can also edit(see below)an adjacent segment to expand it to those addresses.
IDA will ask your the permission to disable addresses occupied by the segment.If you give your permission,information about the segment will be deleted,otherwise IDA will discard information about instruction/data,comments etc,but retain byte values so that you will be able to create another segment afterwards.
To disassemble the addresses occupied by the segment,you need to create a new segment again(i.e.you cannot disassemble bytes without a segment).You can also expand another adjacent segment to these addresses.
以下为中文翻译:
name:KillSegment
此命令允许您删除分段。
IDA将请求您的权限禁用该分段占用的地址。
如果您允许此操作,则有关该分段的所有信息都将被删除。换句话说,IDA将丢弃有关指令或数据、注释等的信息。
如果选中“禁用地址”复选框,IDA会在程序中将该段占用的地址标记为“不存在”。您将丢失*ALL*信息,包括字节值。
不可能拆解不在任何
段中的地址的内容,因此,如果你想继续分解该部分代码,你必须创建一个新的段。
你也可以编辑(见下文)相邻的段,将其扩展到这些地址。
IDA将要求你允许禁用该段占用的地址。
如果你允许,有关该段的信息将被删除,否则IDA将丢弃有关指令/数据的信息,注释等,但保留字节值,以便
以后可以创建另一个段。
要反汇编该段占用的地址,您需要再次创建新的段(即,没有段就不能反汇编字节)。您也可以将另一个相邻段扩展到这些地址。
展开阅读全文
︾
读者也喜欢这些内容:
IDA怎么修改字符串内容?IDA修改后怎么保存?
在软件开发和逆向工程领域,IDA Pro是一种极其强悍的工具,广泛用于程序剖析、调试和修改。它不仅支持多种处理器架构,还提供了大量的作用,以适应高档讲解的必须。本文将围绕ida怎么修改字符串内容,ida修改后怎么保存这一主题,详细描述怎样在IDA中更改字符串内容,及其修改后的存放方式。此外,我们还将探讨IDA转变的应用场景,帮助读者更深入地了解IDA的实际应用价值。...
阅读全文 >
IDA反编译器的使用方法 IDA反编译器多少钱
在当今的软件开发和安全分析领域,反编译器作为一种重要的工具,其作用不可小觚。IDA(Interactive Disassembler)作为市场上领先的反编译工具之一,其功能强大,使用广泛。...
阅读全文 >
so文件反编译工具有哪些 ida如何反编译so文件教程
在当今的数字化世界中,软件开发和反编译技术的快速发展已经成为了信息安全和技术研究领域的重要一部分。...
阅读全文 >
IDA Pro 2022插件大赛三等奖:FindFunc插件下载
IDA官方插件大赛2022年,二等奖获得者是一款叫做FindFunc的插件,它提供了一种简单的方法来搜索和维护与规则列表(包括代码模式和字节模式)相对应的函数列表。...
阅读全文 >