# h26forge を Homebrew, apk でインストール

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

## インストール

```sh
sudo av install brew:h26forge
```

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

### macOS

- Homebrew (100%):

```sh
brew install h26forge
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add h26forge
```

  証拠: Alpine Linux edge package indexes: h26forge from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

## パッケージ情報

- **パッケージキー:** brew:h26forge
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/h26forge>
- **バージョン:** 2024-07-06
- **ソース概要:** Tool for making syntactically valid but semantically spec-noncompliant videos
- **ホームページ:** <https://github.com/h26forge/h26forge>
- **リポジトリ:** <https://github.com/h26forge/h26forge>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/h26forge/h26forge/archive/refs/tags/2024-07-06.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- h26forge (cli)
- h26forge (エイリアス)

## ビルド依存関係

- rust

## macOS 提供ライブラリ

- llvm

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2024-07-06
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/h26forge/h26forge
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

H26Forge is a research-oriented H.264 security tool for producing syntactically valid but semantically non-compliant video bitstreams. Its package-manager niche is narrow: it gives codec and vulnerability researchers a reproducible CLI for generating, mutating, and editing Annex B H.264 streams without hand-editing entropy-coded syntax elements.

### プロジェクトの歴史

The public repository was created in February 2023, alongside the USENIX Security 2023 paper by W.R. Vasquez, Stephen Checkoway, and Hovav Shacham. The README describes the tool as infrastructure for analyzing, generating, and manipulating H.264 files, and the paper frames it as a response to the difficulty of exploring bugs in hardware-accelerated and privileged video decoders.

H26Forge evolved around three modes: random mutation of syntax elements, scripted programmatic editing, and generation of Annex B H.264 streams that can be written to files or streamed over RTP. The project documentation also records conformance work against ITU H.264 test vectors and examples for reproducing specific decoder-bug conditions.

### 採用の歴史

Adoption is primarily visible in security-research use rather than broad application development. The README lists vulnerabilities and fixes associated with H26Forge-generated or H26Forge-assisted test cases across FFmpeg/VLC, Apple platforms, Firefox, Pixel hardware decoding, and CoreMedia on Windows.

Its Homebrew formula made the research tool easier to install as a normal command-line package, which matters for a tool whose users may be reproducing papers, validating decoder behavior, or generating batches of proof-of-concept media on macOS.

### 使われ方

Typical use starts with generating an Annex B H.264 bitstream, mutating syntax elements from an existing stream, or running a Python editing script over decoded syntax elements before re-encoding. The project points users to FFmpeg for extracting Annex B streams from MP4 input and to `config/default.json` or specialized configs for generation ranges.

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

H26Forge is interesting because it packages a highly specialized academic/security artifact as a Rust CLI. Instead of being a codec, encoder, or transcoder, it deliberately creates edge-case media that remains parseable enough to exercise decoder semantics, filling a gap between fuzzers, bitstream analyzers, and multimedia test suites.

### タイムライン

- 2023: Public GitHub repository created.
- 2023: USENIX Security paper described H26Forge and its decoder-vulnerability workflow.
- 2024: README trophy list included later decoder findings such as Pixel MFC and Apple CoreMedia issues.

### Related projects

- H26Forge sits near FFmpeg, ITU H.264 conformance vectors, browser and OS video decoders, and security fuzzing infrastructure. Its documentation also relates it to H.264/AVC specification work and to proof-of-concept generation for decoder CVEs.

### ソース

- <https://formulae.brew.sh/formula/h26forge>
- <https://github.com/h26forge/h26forge>
- <https://github.com/h26forge/h26forge/blob/main/docs/GETTINGSTARTED.md>
- <https://raw.githubusercontent.com/h26forge/h26forge/main/README.md>
- <https://wrv.github.io/h26forge.pdf>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** h26forge
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- apk - h26forge - 2024.07.06-r0: normalized package name match | Alpine Linux edge package indexes: h26forge from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Analyze, generate, and manipulate syntactically correct but semantically spec-non-compliant video files | https://github.com/h26forge/h26forge


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [wuppiefuzz](https://pkg.so/ja/brew/wuppiefuzz/) - Shares pkgdb curated category or tags: cli, fuzzing, rust, security, security-testing.
- [echidna](https://pkg.so/ja/brew/echidna/) - Shares pkgdb curated category or tags: cli, fuzzing, security, security-testing.
- [afl++](https://pkg.so/ja/brew/afl/) - Shares pkgdb curated category or tags: cli, fuzzing, security, security-testing.
- [ffuf](https://pkg.so/ja/brew/ffuf/) - Shares pkgdb curated category or tags: cli, fuzzing, security.
- [feroxbuster](https://pkg.so/ja/brew/feroxbuster/) - Shares pkgdb curated category or tags: cli, rust, security.
- [rustscan](https://pkg.so/ja/brew/rustscan/) - Shares pkgdb curated category or tags: cli, rust, security.
- [jwt-cli](https://pkg.so/ja/brew/jwt-cli/) - Shares pkgdb curated category or tags: cli, rust, security.
- [cargo-audit](https://pkg.so/ja/brew/cargo-audit/) - Shares pkgdb curated category or tags: cli, rust, security.
- [authoscope](https://pkg.so/ja/brew/authoscope/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, rust, security, testing.
- [dnsgen](https://pkg.so/ja/brew/dnsgen/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, security, security-testing, testing.

## Combined YAML source

View the package source record on GitHub. [combined/h26forge.yml](https://github.com/mxcl/pkgdb/blob/main/combined/h26forge.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
