行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-05-11 11: 46: 36
Action name: AskBinaryText
This command searches for the specified substring in the file being disassembled. This command can be used for fast lookups of text strings in the executable file or even to find references to a data. You can interrupt it pressing Ctrl-Break.
If a range is selected using anchor, IDA will search for the specified substring in the range.
The substring is specified like this:
"This is substring to search"
i.e. in the double-quotes. Also you can specify individual byte values as numbers:
6A 10
Follow this link to learn more about the format of the input string.
For example, if you want to find a reference to the following string:
35F2:106A db 'Hello',0
you could search for number 106A in the file.
See also
the input string format
search for text command.
Search submenu
中文翻译:
正在搜索的文件中搜索指定的子字符串
拆卸。此命令可用于快速查找文本
可执行文件中的字符串,甚至查找对数据的引用。
您可以按 Ctrl-Break 中断它。
如果使用锚点选择范围,IDA 将搜索
对于范围内的指定子字符串。
子字符串指定如下:
这是要搜索的子字符串
即在双引号中。您也可以将单个字节值指定为
数字:
6A 10
点击此链接了解有关输入格式的更多信息
细绳。
例如,如果要查找对以下字符串的引用:
35F2:106A db '你好',0
您可以在文件中搜索编号 106A。
另见
输入字符串格式
搜索文本命令。
搜索子菜单
展开阅读全文
︾