see https://github.com/ReFirmLabs/binwalk
# 生成命令工具
sudo bash -c 'cat > /etc/profile.d/opbuild.sh' <<EOF
#!/bin/bash
unset OPDIR
OPDIR=${1:-/mnt/opmake}
alias opmake="docker run -it --rm -v ${OPDIR}:/opt/opbuild rabbired/opbuild bash"
EOF
# 重新载入环境变量
source /etc/profile
# 固件工具使用方法
docker exec [容器名] binwalk or /usr/local/bin/binwalk
Content type
Image
Digest
sha256:1a71e238f…
Size
793.9 MB
Last updated
over 2 years ago
docker pull rabbired/opbuild