行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-25 14: 38: 26
Action name: MakeUnknown
This command deletes the current instruction or data, converting it to 'unexplored' bytes. IDA will delete the subsequent instructions if there are no more references to them (functions are never deleted).
If you have selected a range using the anchor, all the bytes in this range will be converted into 'unexplored' bytes. In this case, IDA will not delete any other instructions even if there are no references to them after the deletion.
See also Edit submenu
中文翻译:
操作名称:MakeUnknown
此命令删除当前指令或数据,将其转换为“未探索”字节。如果不再引用后续指令(函数永远不会删除),IDA将删除这些指令。
如果您使用锚点选择了一个范围,则该范围中的所有字节都
将转换为“未探索”字节。在这种情况下,IDA不会删除
任何其他指令,即使删除后没有引用它们。
另请参阅编辑子菜单
展开阅读全文
︾
读者也喜欢这些内容:
exe反编译软件有哪些 exe反编译成c语言
作为一名计算机专业人员,反编译工具是必备的工具之一。EXE文件是Windows操作系统中的可执行文件,有时需要将其反编译成C语言代码,以便进行分析或修改。因此,exe反编译软件也成为了必备的工具之一。在本文中,我们将讨论exe反编译软件的种类和能够将exe反编译成C语言的工具。...
阅读全文 >
IDA pro编辑|操作数类型子菜单(Edit|Operand types submenu)
...
阅读全文 >
IDA pro转换为字符串文字(Convert to string literal)
...
阅读全文 >
IDA pro转换为数据(Convert to data)
...
阅读全文 >