行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 14: 05: 05
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
中文翻译:
操作名称:AskNextText
此命令在反汇编的文本表示中搜索指定的子字符串。此命令是一个较慢的命令,因为它需要反汇编每条指令来获取文本表示。IDA会在指示器上显示进度。您可以按Ctrl-Break中断此命令。
您还可以搜索正则表达式。
如果使用锚点选择了范围,则IDA将在范围内搜索指定的子字符串。
请注意,此命令搜索您在屏幕上看到的内容(而不是二进制映像)。
要进行二进制搜索,请查看“在文件中搜索子字符串”。
展开阅读全文
︾
读者也喜欢这些内容:
IDA Pro字符串文字样式对话框(String literal style dialog)
...
阅读全文 >
IDA Pro来自地址的外部参照图表(Display chart of xrefs from addresses)
...
阅读全文 >
IDA pro标记位置(Mark Position)
...
阅读全文 >
用IDA设置字符串编码类型和自定义编码
字符串编码类型通常有自己的默认值,Windows、macOS、Linux操作系统编码都是UTF-8。这些默认编码在许多情况下都是能用的,但很难说您在用另一种语言处理程序时,会不会导致乱码。因此,学会设置字符串编码类型和自定义编码是很有用的,本文我来教大家如何在IDA中设置字符串编码类型和自定义编码。...
阅读全文 >