Automic VaultAutomic Vault

brew

vbindiff を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, winget でインストール

vbindiff のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install vbindiff

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install vbindiff

MacPorts ports tree · sysutils/vbindiff/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add vbindiff

Alpine Linux edge package indexes · vbindiff · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install vbindiff

Debian stable package indexes · vbindiff · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install vbindiff

Fedora Rawhide package metadata · vbindiff · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#vbindiff

nixpkgs package indexes · pkgs/by-name/vb/vbindiff/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S vbindiff

Arch Linux sync databases · vbindiff · ソース: geo.mirror.pkgbuild.com

Windows

Scoop確認済み · 92%
scoop install main/vbindiff

Scoop official bucket manifest trees · bucket/vbindiff.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Madsen.VBinDiff -e

Windows Package Manager source index · Madsen.VBinDiff · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Visual Binary Diff

コマンドとエイリアス

  • vbindiff

履歴

プロジェクトの歴史と使われ方

VBinDiff, short for Visual Binary Diff, is a terminal-oriented binary file viewer and comparison tool. It displays hexadecimal bytes alongside ASCII or EBCDIC text, can show two files at once, and highlights byte-level differences.

プロジェクトの歴史

Christopher J. Madsen created VBinDiff after using the Compare Files function from Glen Bredon's ProSel utilities on the Apple II and failing to find a comparable utility for the PC. The single-file mode was inspired by the LIST utility from 4DOS and related shells, filling a gap left by line-oriented pagers such as `less` and inefficient `hexdump` pipelines for very large files.

The official release history traces a long, small-tool lineage: VBinDiff 1.x was first publicly released for OS/2 in January 1996; an unreleased 2.x line was ported from OS/2 to Win32 in October 1997; another unreleased 2.x added file editing in October 2004; and the 3.0 beta line began in November 2005 with POSIX support, single-file mode, EBCDIC support, and resizable console support.

The 3.0 beta series continued in 2008 with line-editor improvements and bug fixes, then in 2017 development moved to GitHub with 3.0 beta 5. The official source page still distributes source and Windows builds for that beta and points users to GitHub for ongoing development.

採用の歴史

VBinDiff became a classic package-repository utility because it solves a precise problem that ordinary text diff tools do not: visually inspecting and aligning differences in binary files without loading an entire multi-gigabyte file into an editor. Its presence in Homebrew, Debian, Arch, MacPorts, Nix, Scoop, Winget, and other package ecosystems reflects that enduring command-line niche.

The tool's adoption is not driven by a large plugin ecosystem or frequent releases. It survives because reverse engineers, firmware tinkerers, file-format debuggers, systems programmers, and package maintainers occasionally need a compact visual hex diff that runs in a terminal.

使われ方

The basic invocation is `vbindiff file1 [file2]`. With one file it acts as a hex/ASCII viewer; with two files it scrolls both together and highlights differences. Users can jump to the next difference, search for strings or byte sequences, move to a file position, toggle ASCII/EBCDIC display, and edit bytes in place.

Its documentation is explicit about scope: VBinDiff works well with files up to 4 GB and can display the first 4 GB of larger files, but the classic interface is limited by 8-digit file positions. That constraint is part of its package-nerd charm: the tool is tiny, old-school, and direct rather than a modern binary-analysis platform.

パッケージ好きにとっての重要性

VBinDiff is the kind of utility that distribution maintainers keep around because it does one job better than a shell pipeline: interactive binary comparison in a portable console UI. It is a useful companion to `cmp`, `diff`, `hexdump`, `xxd`, and full hex editors, occupying the middle ground between batch comparison and heavyweight GUI inspection.

The package also carries a recognizable historical arc across OS/2, Win32, and POSIX/curses environments, making it a small artifact of cross-platform command-line tool culture from the 1990s through the GitHub era.

タイムライン

  • 1996-01: First public OS/2 release of VBinDiff 1.x.
  • 1997-10: Unreleased 2.x line ported from OS/2 to Win32, dropping OS/2 support.
  • 2004-10: Unreleased 2.x line adds file editing.
  • 2005-11-11: VBinDiff 3.0 beta 1 adds POSIX support, single-file mode, EBCDIC support, and resizable consoles.
  • 2008-06/07: 3.0 beta 2 through beta 4 improve the line editor and fix Windows editing issues.
  • 2017-09-10: 3.0 beta 5 moves development to Git and GitHub.

Related projects

  • ProSel for Apple II inspired the two-file comparison model.
  • 4DOS LIST inspired the single-file hex display mode.
  • `diff`, `cmp`, `hexdump`, `xxd`, and terminal hex editors are neighboring tools in the same workflow.

ソース

  • Official GitHub repository: https://github.com/madsen/vbindiff
  • Official VBinDiff page and release history: https://www.cjmweb.net/vbindiff/
  • Official Windows documentation: https://www.cjmweb.net/vbindiff/VBinDiff-Win32

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
vbindiffcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版3.0_beta5
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://www.cjmweb.net/vbindiff/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://www.cjmweb.net/vbindiff/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:vbindiff
バージョン3.0_beta5
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/vbindiff
ホームページhttps://www.cjmweb.net/vbindiff/
リポジトリhttps://github.com/madsen/vbindiff
上流ドキュメントhttps://www.cjmweb.net/vbindiff/VBinDiff-Win32
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://www.cjmweb.net/vbindiff/vbindiff-3.0_beta5.tar.gz
macOS 提供ライブラリncurses
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

vbindiff 3.0-beta5-2

visual binary diff, visually compare binary files

http://www.cjmweb.net/vbindiff/

sudo apt install vbindiff
  • Section: utils
  • Architecture: amd64
  • 5 依存関係
  • normalized package name match
  • 一致条件: Vbindiff
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vbindiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

vbindiff

nix profile install nixpkgs#vbindiff
  • normalized package name match
  • 一致条件: Vbindiff
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vb/vbindiff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

vbindiff 3.0-beta5-2

visual binary diff, visually compare binary files

http://www.cjmweb.net/vbindiff/

sudo apt install vbindiff
  • Section: universe/utils
  • Architecture: amd64
  • 5 依存関係
  • normalized package name match
  • 一致条件: Vbindiff
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vbindiff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

vbindiff 3.0_beta5-r3

ncurses hex editor with diff mode for binary file comparison, supports files up to 4GB

https://www.cjmweb.net/vbindiff/

sudo apk add vbindiff
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: vbindiff
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Vbindiff
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vbindiff from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

vbindiff-doc 3.0_beta5-r3

ncurses hex editor with diff mode for binary file comparison, supports files up to 4GB (documentation)

https://www.cjmweb.net/vbindiff/

sudo apk add vbindiff-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: vbindiff
  • normalized package name match
  • 一致条件: Vbindiff
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vbindiff-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

vbindiff 3.0-0.36.beta4.fc44

Visual binary diff

http://www.cjmweb.net/vbindiff/

sudo dnf install vbindiff
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vbindiff
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Vbindiff
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vbindiff from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

vbindiff 3.0_beta5-3

displays files in hexadecimal and ASCII (or EBCDIC) and highlight the differences between them

https://www.cjmweb.net/vbindiff/

sudo pacman -S vbindiff
  • License: GPL
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Vbindiff
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: vbindiff from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

vbindiff

sudo port install vbindiff
  • normalized package name match
  • 一致条件: Vbindiff
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/vbindiff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/vbindiff

scoop install main/vbindiff
  • normalized package name match
  • 一致条件: Vbindiff
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/vbindiff.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Madsen.VBinDiff

winget install --id Madsen.VBinDiff -e
  • normalized package name match
  • 一致条件: Vbindiff
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Madsen.VBinDiff from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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