行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 14: 05: 43
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.
中文翻译:
动作名称:AskBinaryText该命令在正在反汇编的文件中搜索指定的子字符串。该命令可用于在可执行文件中快速查找文本字符串,甚至可以用于查找对数据的引用。您可以按Ctrl-Break键来中断它。
如果使用锚选择了一个范围,IDA将在该范围内搜索指定的子字符串。
子字符串的格式如下:"This is substring to search"即在双引号内。您还可以将单独的字节值指定为数字:6A 10单击此链接以了解有关输入字符串格式的更多信息。
例如,如果要查找对以下字符串的引用:35F2:106A db'Hello',0您可以在文件中搜索数字106A。
展开阅读全文
︾
读者也喜欢这些内容:
IDA Pro其他选项(Other options)
...
阅读全文 >
IDA pro在文件中搜索子字符串(Search for substring in the file)
...
阅读全文 >
二进制代码反编译工具有哪些 二进制代码反编译教程
二进制代码反编译工具是一类专门用于将二进制代码转换为高级语言源代码的工具。这些工具通常使用反汇编和逆向工程技术,将二进制代码还原为汇编代码,然后再将汇编代码转换为高级语言源代码。本文将介绍二进制代码反编译工具有哪些,二进制代码反编译教程的内容。...
阅读全文 >
IDA Pro更改段属性(Change segment attributes)
...
阅读全文 >