macOS
brew install evtxlocal Homebrew formula metadata
brew
evtx のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install evtxlocal Homebrew formula metadata
nix profile install nixpkgs#evtxnixpkgs package indexes · pkgs/by-name/ev/evtx/package.nix · ソース: api.github.com
概要
Windows XML Event Log parser
履歴
evtx is a Rust library and command-line utility for parsing the Windows XML Event Log format, centered on the evtx_dump tool and also exposed through Rust and Python bindings.
The GitHub repository was created on 2019-03-30 and the first GitHub release, 0.3.0, was published on 2019-05-14. The project positions itself as a cross-platform parser for Windows EVTX files, implemented in safe Rust, with XML, JSON, and JSON Lines output paths.
By the 0.12.x series the README emphasized multithreaded parsing, recovery of missing records or chunks, offline WEVT template rendering, WebAssembly-backed local viewing, and release binaries for Windows, macOS, and Linux.
The package has visible adoption in Rust and package-manager communities: crates.io reported more than 212,000 total downloads and Homebrew shipped evtx 0.12.2 with recent install analytics. The repository also links pyevtx-rs as Python bindings around the same Rust core.
Its niche is forensic and incident-response tooling rather than general-purpose logging. The README compares it directly with python-evtx, libevtx, Go EVTX parsers, and pyevtx-rs, which reflects its role in a small but performance-sensitive parser ecosystem.
The main CLI, evtx_dump, converts .evtx files to XML, JSON, or JSON Lines, can write to files, can read from stdin, and can be combined with tools such as fd, xargs, and jq for batch processing.
As a library, evtx exposes EvtxParser for iterating over records from Rust code. Optional WEVT template-cache support lets users extract templates from provider binaries and render records that otherwise fail because of missing template data.
Package maintainers care about evtx because it is a modern, cross-platform replacement candidate for older EVTX parsers that were often tied to Python or C libraries. It also has the classic package-nerd appeal of a small CLI wrapping a fast library with stable machine-readable output.
The project is especially useful in Unix pipelines that need to process Windows forensic artifacts without a Windows host.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bench_evtx_dump_loop | cli | グローバル実行可能ファイル | |
bench_tree_build | cli | グローバル実行可能ファイル | |
bench_tree_build_direct | cli | グローバル実行可能ファイル | |
bench_utf16_escape_matrix | cli | グローバル実行可能ファイル | |
evtx_dump | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/omerbenamram/evtx
インストールメタデータ
| パッケージキー | brew:evtx |
|---|---|
| バージョン | 0.12.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/evtx |
| ホームページ | https://github.com/omerbenamram/evtx |
| リポジトリ | https://github.com/omerbenamram/evtx |
| 上流ドキュメント | https://github.com/omerbenamram/evtx#readme |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://github.com/omerbenamram/evtx/archive/refs/tags/v0.12.2.tar.gz |
| 最終更新 | 2026-06-13T17:48:59Z |
| Pulse | updated |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | evtx |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
evtx
nix profile install nixpkgs#evtxソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.