Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 binwalk

查看 binwalk 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install binwalk

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install binwalk

MacPorts ports tree · cross/binwalk/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add binwalk

Alpine Linux edge package indexes · binwalk · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install binwalk

Debian stable package indexes · binwalk · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install binwalk

Fedora Rawhide package metadata · binwalk · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#binwalk

nixpkgs package indexes · pkgs/by-name/bi/binwalk/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S binwalk

Arch Linux sync databases · binwalk · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install binwalk

openSUSE Tumbleweed package metadata · binwalk · 来源: download.opensuse.org

概览

软件包摘要

Searches a binary image for embedded files and executable code

命令和别名

  • binwalk

历史

项目历史与用法

Binwalk is the firmware-analysis command-line tool package nerds reach for when an opaque router, camera, appliance, or IoT image needs to be split into recognizable files, compressed streams, bootloaders, file systems, and entropy regions.

项目历史

The public ReFirmLabs repository records Binwalk as a firmware analysis tool and names Craig Heffner as the package author in the current Cargo metadata. The repository was created on GitHub in 2013, and its public release line includes the v2.0.0 release in July 2014, v2.1.1 in December 2015, and v2.3.x releases through 2023.

Binwalk v3 is a major rewrite of the tool in Rust. The current README describes it as an updated Binwalk firmware analysis tool rewritten in Rust for speed and accuracy, while retaining the core job of identifying and optionally extracting embedded files and data.

采用历史

Binwalk moved from a specialist firmware reverse-engineering utility into a standard package-manager tool: the input package metadata lists it in Homebrew, Debian, Ubuntu, Fedora/dnf, Alpine/apk, Arch/pacman, MacPorts, Nix, and openSUSE/zypper. Its GitHub repository also shows large public adoption for a firmware tool, with more than fourteen thousand stars and active releases into the v3 era.

Its adoption tracks the growth of embedded-device security work. As firmware dumps became routine artifacts in vulnerability research and supply-chain review, a single installable CLI that could scan signatures, carve contents, and graph entropy became a default first pass before more manual reverse engineering.

使用方式

Typical use starts with running `binwalk firmware.bin` to identify embedded data. The README documents optional extraction, support for many file and data signatures, entropy analysis for spotting compression or encryption, and integration into Rust projects through the library interface.

Package users usually care that it is scriptable and easy to install: it fits into firmware triage pipelines, CTF workflows, vendor image audits, and quick checks of suspicious binary blobs.

为什么软件包爱好者会关心

Binwalk is one of those packages whose name becomes a verb in a niche: before opening Ghidra or writing custom unpackers, people 'binwalk it'. That cultural position matters in package history because it turned firmware analysis from a bespoke lab setup into a command available from mainstream Unix package managers.

The v3 Rust rewrite is also package-nerd interesting. It keeps the familiar CLI identity while moving the implementation toward a safer, faster compiled toolchain and exposing a Rust library surface, which makes it both a classic Unix utility and a modern reusable component.

时间线

  • 2013: ReFirmLabs/binwalk repository created on GitHub.
  • 2014: Binwalk v2.0.0 released.
  • 2015: Binwalk v2.1.1 released.
  • 2021: Binwalk v2.3.0 and v2.3.1 released.
  • 2023: Binwalk v2.3.4 released.
  • 2024: Binwalk v3.1.0 released after the Rust rewrite.

Related projects

  • The Binwalk package sits beside firmware and binary-analysis tools such as file, foremost, squashfs-tools, unsquashfs, sasquatch-style extractors, entropy visualizers, and reverse-engineering suites. The v3 Cargo metadata also references the delink project as a dependency.
  • Its closest package-manager relationship is with the ecosystem of firmware unpacking helpers that users install around it, because Binwalk often identifies containers that other tools then extract or inspect.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:image

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
binwalkcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本3.1.0
管理器更新时间2026-07-10
本地数据OK
上游当前
检测到的最新版本v3.1.0

https://github.com/ReFirmLabs/binwalk

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:binwalk
版本3.1.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/binwalk
主页https://github.com/ReFirmLabs/binwalk
仓库https://github.com/ReFirmLabs/binwalk
上游文档https://github.com/ReFirmLabs/binwalk#readme
许可证MIT
源码归档https://github.com/ReFirmLabs/binwalk/archive/refs/tags/v3.1.0.tar.gz
最后更新2026-07-10T11:21:27-04:00
Pulseupdated
依赖sevenzip
构建依赖pkgconf, rust
macOS 提供的库bzip2, xz
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebinwalk
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

binwalk 2.4.3+dfsg1-2

tool library for analyzing binary blobs and executable code

https://github.com/ReFirmLabs/binwalk

sudo apt install binwalk
  • Section: devel
  • Architecture: all
  • 2 依赖
  • normalized package name match
  • 匹配方式:Binwalk
Debian stable package indexes · deb.debian.org · Debian stable package indexes: binwalk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-binwalk 2.4.3+dfsg1-2

Python3 library for analyzing binary blobs and executable code

https://github.com/ReFirmLabs/binwalk

sudo apt install python3-binwalk
  • Section: devel
  • Architecture: all
  • Source Package: binwalk
  • 1 依赖
  • 10 可选依赖
  • normalized package name match
  • 匹配方式:Binwalk
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-binwalk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

binwalk

nix profile install nixpkgs#binwalk
  • normalized package name match
  • 匹配方式:Binwalk
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bi/binwalk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

binwalk 2.3.4+dfsg1-5

tool library for analyzing binary blobs and executable code

https://github.com/ReFirmLabs/binwalk

sudo apt install binwalk
  • Section: universe/devel
  • Architecture: all
  • 2 依赖
  • normalized package name match
  • 匹配方式:Binwalk
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: binwalk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-binwalk 2.3.4+dfsg1-5

Python3 library for analyzing binary blobs and executable code

https://github.com/ReFirmLabs/binwalk

sudo apt install python3-binwalk
  • Section: universe/devel
  • Architecture: all
  • Source Package: binwalk
  • 2 依赖
  • 10 可选依赖
  • normalized package name match
  • 匹配方式:Binwalk
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-binwalk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

binwalk 3.1.0-r0

Fast, easy to use tool for analyzing and extracting firmware images

https://github.com/ReFirmLabs/binwalk/

sudo apk add binwalk
  • License: MIT
  • Architecture: x86_64
  • Source Package: binwalk
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Binwalk
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: binwalk from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

binwalk 2.3.4-18.fc45

Firmware analysis tool

https://github.com/ReFirmLabs/binwalk

sudo dnf install binwalk
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: binwalk
  • 3 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Binwalk
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: binwalk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

binwalk 3.1.0-1

Tool for searching a given binary image for embedded files

https://github.com/ReFirmLabs/binwalk

sudo pacman -S binwalk
  • License: MIT
  • Architecture: x86_64
  • 5 依赖
  • 19 可选依赖
  • normalized package name match
  • 匹配方式:Binwalk
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: binwalk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

binwalk 3.1.0-1.3

Firmware Analysis Tool

https://github.com/ReFirmLabs/binwalk/

sudo zypper install binwalk
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: binwalk
  • 7 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Binwalk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: binwalk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

binwalk

sudo port install binwalk
  • normalized package name match
  • 匹配方式:Binwalk
MacPorts ports tree · api.github.com · MacPorts ports tree: cross/binwalk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment