Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
linux 命令strings在二进制文件中查找 ASCII 字符串。是否有任何命令行工具可以在二进制文件中显示 UTF-8 字符串?
strings
该strings命令支持该--encoding选项。检查手册页。
--encoding
但是,我未能使用任何可能的选项值提取 UTF-8 字符串。目前正在搜索他们的邮件列表。如果我找到更多帮助,将更新此内容