行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-09 11: 26: 13
Action name: JumpAsk
This command jumps to the specified address in the program. IDA will ask you for the target address. You can enter a name or an address as a hexadecimal number with or without a segment. If you enter a valid address then:
- the current address is saved in the jump stack.
- the cursor is positioned to the specified address.
The Jump back command (usually Esc) will return you back.
In the structure and enum views, the cursor will be moved to the corresponding offset in the current type.
See also
Jump submenu
How to Enter an Address.
中文翻译:
动作名称: JumpAsk
该命令跳转到程序中的指定地址。
IDA 将要求您提供目标地址。
数字形式的名称或地址
有或没有段。
如果您输入有效地址,则:
- 当前地址保存在跳转栈中。
- 光标定位到指定地址。
跳回命令(通常是 Esc)将使您返回。
在结构和枚举视图中,光标将移动到相应的
当前类型中的偏移量。
另见
跳转子菜单
如何输入地址。
展开阅读全文
︾