Automic VaultAutomic Vault

brew

bgrep を Homebrew でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install bgrep

local Homebrew formula metadata

概要

パッケージ概要

Like grep but for binary strings

コマンドとエイリアス

  • bgrep

履歴

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

bgrep is a tiny binary-pattern search utility: grep-like in spirit, but aimed at byte sequences in binary files rather than text lines.

プロジェクトの歴史

The README gives the origin story plainly: the author was annoyed that grep could not look for binary strings and wrote a tool for that job. The GitHub repository was created in 2010, has a small tag history, and remains a compact C utility rather than a broad search framework.

採用の歴史

The input metadata records Homebrew packaging for bgrep. Its adoption is correspondingly modest and toolbelt-oriented: useful enough to package, but intentionally small.

使われ方

bgrep searches for a hex byte pattern, can recurse through directories, can print before/after context bytes, can read a pattern from a file, and can apply a mask file for wildcard bytes. When no path is given, it reads standard input.

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

The package is significant in the classic Unix sense: one C file, one executable, one missing behavior from grep filled without pulling in a larger forensic suite. It is handy for firmware, image, dump, and protocol-payload spelunking.

タイムライン

  • 2010: Initial GitHub commit.
  • 2011: bgrep-0.2 tag appears.
  • 2026: bgrep-0.3 tag updates README usage around context flags.

Related projects

  • The obvious related tool is grep(1), which the README names as the motivation. It also overlaps with hex editors, hexdump/xxd workflows, and binary-analysis command-line tools.

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版0.3
マネージャ更新日2026-06-10
ローカルデータOK
上流最新
検出された最新bgrep-0.3

https://github.com/tmbinc/bgrep

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bgrep
バージョン0.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bgrep
ホームページhttps://github.com/tmbinc/bgrep
リポジトリhttps://github.com/tmbinc/bgrep
上流ドキュメントhttps://github.com/tmbinc/bgrep#readme
ライセンスBSD-2-Clause
ソースアーカイブhttps://github.com/tmbinc/bgrep/archive/refs/tags/bgrep-0.3.tar.gz
最終更新2026-06-10T03:29:15Z
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソース経路

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

このページは 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
  • package relationship graph
  • package version freshness
  • package-page enrichment