macOS
brew install bingreplocal Homebrew formula metadata
sudo port install bingrepMacPorts ports tree · textproc/bingrep/Portfile · source: api.github.com
brew
Greps through binaries from various OSs and architectures. Version 0.12.1 via Homebrew; verified from local package data.
install
brew install bingreplocal Homebrew formula metadata
sudo port install bingrepMacPorts ports tree · textproc/bingrep/Portfile · source: api.github.com
nix profile install nixpkgs#bingrepnixpkgs package indexes · pkgs/by-name/bi/bingrep/package.nix · source: api.github.com
sudo pacman -S bingrepArch Linux sync databases · bingrep · source: geo.mirror.pkgbuild.com
overview
Greps through binaries from various OSs and architectures
history
bingrep is a Rust command-line viewer for inspecting executable and archive formats with colored, grep-like output aimed at quick binary analysis.
The GitHub repository was created in February 2017, and the crate first appeared on crates.io in July 2017. The README says the tool grew from a personal binary-inspection workflow and was uploaded after the author had been sharing screenshots of binary data.
Its README lists support for ELF, Mach-O, Unix/BSD archives, and debug-only PE parsing, with goblin as the backend responsible for loading and parsing binary formats.
bingrep stayed small but packaged: the supplied package facts list Homebrew, MacPorts, Nix, and Arch packages, while crates.io provides the Rust-native cargo install path.
Common use is `bingrep /bin/ls` to view binary metadata, with options for debug output, symbol demangling, experimental hextable output, ranges, and ELF string searching.
Package nerds care about bingrep as a lightweight alternative view over the same artifact formats handled by objdump, nm, readelf, and file. It is less foundational than GNU Binutils, but useful when the job is visual triage of sections, headers, offsets, and symbols.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
bingrep | 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/m4b/bingrep
install metadata
| Package key | brew:bingrep |
|---|---|
| Version | 0.12.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bingrep |
| Homepage | https://github.com/m4b/bingrep |
| Repository | https://github.com/m4b/bingrep |
| Upstream docs | https://github.com/m4b/bingrep#readme |
| License | MIT |
| Source archive | https://github.com/m4b/bingrep/archive/refs/tags/v0.12.1.tar.gz |
| Build dependencies | rust |
| 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 | bingrep |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
bingrep
nix profile install nixpkgs#bingrepbingrep 0.12.1-2
Cross-platform binary parser and colorizer
https://github.com/m4b/bingrep
sudo pacman -S bingrepbingrep
sudo port install bingrepsource 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.