行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-11 13: 52: 20
Action name:Hide
This command allows you to hide a part of disassembly.You can hide a function,a segment,or create a special hidden range.
If a range is specified,a special hidden range is created on this range.
If the cursor is on the segment name at the start of the segment,the segment will be hidden.IDA will display only the header of the hidden segment.
If the cursor is on a structure variable and if the target assembler has the'can display terse structures or the INFFL_ALLASM'bit on,then the structure will be collapsed into one line and displayed in the terse form.
Otherwise,the current function will be hidden.IDA will display only the header of the hidden function.
If there is no current function then IDA will beep.
If you want to see hidden items on the screen,you may use unhide command or enable the display of the hidden items.If you want to delete a previously created hidden range,you may use del hidden range command.
See also Edit|View submenu
中文翻译:
动作名称:隐藏
此命令允许您隐藏反汇编的一部分。您可以隐藏一个函数、一个段,或者创建一个特殊的隐藏范围。
如果指定了范围,则会创建一个特殊的隐藏范围这个范围。
如果光标位于段开头的段名称上,该段将被隐藏。IDA将只显示隐藏段的标题。
如果光标位于结构变量上并且目标汇编器具有'可以显示简洁的结构或打开INFFL_ALLASM'位,然后该结构将折叠成一行并以简洁的形式显示。
否则,当前函数将被隐藏。IDA将只显示隐藏函数的标题。
如果没有当前函数,那么IDA会发出蜂鸣声。
如果你想在屏幕上看到隐藏的项目,你可以使用取消隐藏命令或启用隐藏物品的显示。如果要删除以前创建的隐藏范围,您可以使用del hidden range命令。
另见编辑|查看子菜单
展开阅读全文
︾