macOS
brew install binwalklocal Homebrew formula metadata
sudo port install binwalkMacPorts ports tree · cross/binwalk/Portfile · source: api.github.com
brew
Searches a binary image for embedded files and executable code. Version 3.1.0 via Homebrew; verified 2026-06-25.
install
brew install binwalklocal Homebrew formula metadata
sudo port install binwalkMacPorts ports tree · cross/binwalk/Portfile · source: api.github.com
sudo apk add binwalkAlpine Linux edge package indexes · binwalk · source: dl-cdn.alpinelinux.org
sudo apt install binwalkDebian stable package indexes · binwalk · source: deb.debian.org
sudo dnf install binwalkFedora Rawhide package metadata · binwalk · source: dl.fedoraproject.org
nix profile install nixpkgs#binwalknixpkgs package indexes · pkgs/by-name/bi/binwalk/package.nix · source: api.github.com
sudo pacman -S binwalkArch Linux sync databases · binwalk · source: geo.mirror.pkgbuild.com
sudo zypper install binwalkopenSUSE Tumbleweed package metadata · binwalk · source: download.opensuse.org
overview
Searches a binary image for embedded files and executable code
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
binwalk | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ReFirmLabs/binwalk
install metadata
| Package key | brew:binwalk |
|---|---|
| Version | 3.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/binwalk |
| Homepage | https://github.com/ReFirmLabs/binwalk |
| Repository | https://github.com/ReFirmLabs/binwalk |
| Upstream docs | https://github.com/ReFirmLabs/binwalk#readme |
| License | MIT |
| Source archive | https://github.com/ReFirmLabs/binwalk/archive/refs/tags/v3.1.0.tar.gz |
| Last updated | 2026-06-25T07:50:10Z |
| Pulse | updated |
| Dependencies | sevenzip |
| Build dependencies | pkgconf, rust |
| Uses from macOS | bzip2, xz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | binwalk |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
binwalk 2.4.3+dfsg1-2
tool library for analyzing binary blobs and executable code
https://github.com/ReFirmLabs/binwalk
sudo apt install binwalkpython3-binwalk 2.4.3+dfsg1-2
Python3 library for analyzing binary blobs and executable code
https://github.com/ReFirmLabs/binwalk
sudo apt install python3-binwalkbinwalk
nix profile install nixpkgs#binwalkbinwalk 2.3.4+dfsg1-5
tool library for analyzing binary blobs and executable code
https://github.com/ReFirmLabs/binwalk
sudo apt install binwalkpython3-binwalk 2.3.4+dfsg1-5
Python3 library for analyzing binary blobs and executable code
https://github.com/ReFirmLabs/binwalk
sudo apt install python3-binwalkbinwalk 3.1.0-r0
Fast, easy to use tool for analyzing and extracting firmware images
https://github.com/ReFirmLabs/binwalk/
sudo apk add binwalkbinwalk 2.3.4-18.fc45
Firmware analysis tool
https://github.com/ReFirmLabs/binwalk
sudo dnf install binwalkbinwalk 3.1.0-1
Tool for searching a given binary image for embedded files
https://github.com/ReFirmLabs/binwalk
sudo pacman -S binwalkbinwalk 3.1.0-1.3
Firmware Analysis Tool
https://github.com/ReFirmLabs/binwalk/
sudo zypper install binwalkbinwalk
sudo port install binwalksource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.