在 Debian 系统里,strings 并不是一个需要单独“下载”的普通软件包,而是 binutils 工具集里的一个命令。
最好的获取方式(推荐):
直接用 Debian 自带的包管理器安装,最安全、最方便:
sudo apt update
sudo apt install binutils
安装完成后即可使用:
strings /path/to/file
apt 安装即可.deb 文件,再用 dpkg -i 安装strings 来自 GNU binutils(最常用)rabin2 -z(来自 radare2)readelf -p(查看字符串段)✅ 最好、最推荐的方式:
apt install binutils
如果你是想在 Windows / macOS 上用 strings,也可以告诉我,我可以给你对应下载方式。