行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-11 11: 31: 02
Action name: AskNextText
This command searches for the specified substring in the text representation of the disassembly. This command is a slow command, because it disassembles each instruction to get the text representation. IDA will show its progress on the indicator. You can interrupt this command pressing Ctrl-Break.
You may search for regular expressions too.
If a range is selected using anchor, IDA will search for the specified substring in the range.
Note that this command searches the same as what you see on your screen (and not in binary image).
For binary search, look at Search for substring in the file
See also Search submenu
中文翻译:
操作名称: AskNextText
该命令在文本中搜索指定的子串
反汇编的表示。
这个命令是一个慢命令,因为它
反汇编每条指令以获得文本表示。
IDA 将显示其在该指标上的进展。
您可以按 Ctrl-Break 中断此命令。
您也可以搜索正则表达式。
如果使用锚点选择范围,IDA 将搜索
对于范围内的指定子字符串。
请注意,此命令搜索与您在
屏幕(而不是二进制图像)。
文件中搜索子字符串
另请参阅搜索子菜单
展开阅读全文
︾