macOS
brew install elfx86extslocal Homebrew formula metadata
brew / 順位 8624
elfx86exts のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install elfx86extslocal Homebrew formula metadata
sudo apt install elfx86extsDebian stable package indexes · elfx86exts · ソース: deb.debian.org
nix profile install nixpkgs#elfx86extsnixpkgs package indexes · pkgs/by-name/el/elfx86exts/package.nix · ソース: api.github.com
sudo pacman -S elfx86extsArch Linux sync databases · elfx86exts · ソース: geo.mirror.pkgbuild.com
概要
Decodes x86 binaries (ELF and Mach-O) and prints out ISA extensions in use
履歴
elfx86exts is a Rust command-line tool that disassembles binaries and reports which instruction-set extensions they use.
The project began as an x86 ELF-oriented analyzer, but the official README now notes that the name is misleading because the tool supports ELF and Mach-O binaries and has preliminary ARM64 support as well as x86 and x86-64.
The release branch ChangeLog records the first release in 2017, Mach-O and PE support in 2018, minimum Intel CPU generation reporting in 2018, Cranko-based release workflow changes in 2020, Capstone and object crate updates in 2021, and ARM64 support in 2023.
The official README says the tool is installable through package managers including Arch Linux AUR and conda-forge, and the supplied metadata records Homebrew, Debian, Nix, Pacman, and Ubuntu package names. The Cargo metadata documents `cargo install elfx86exts` as the direct Rust package-manager path.
The package-nerd workflow is to install the binary, point it at a compiled executable or library, and use its reported ISA-extension set to understand portability constraints, CPU-generation requirements, or unexpected compiler output.
elfx86exts sits at the intersection of binary analysis and packaging: maintainers care about which CPU features a built artifact actually requires, especially when distributing binaries across older x86 machines, Linux distributions, macOS systems, or heterogeneous build farms.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
elfx86exts | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:elfx86exts |
|---|---|
| バージョン | 0.6.2 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/pkgw/elfx86exts |
| リポジトリ | https://github.com/pkgw/elfx86exts |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
elfx86exts 0.6.2-3+b1
Print instruction sets used by x86 binaries (ELF or MachO)
https://github.com/pkgw/elfx86exts
sudo apt install elfx86extselfx86exts
nix profile install nixpkgs#elfx86extselfx86exts 0.6.2-1
Print instruction sets used by x86 binaries (ELF or MachO)
https://github.com/pkgw/elfx86exts
sudo apt install elfx86extselfx86exts 0.6.2-1
Decode ELF and MachO binaries and print out which instruction set extensions they use
https://github.com/pkgw/elfx86exts
sudo pacman -S elfx86extsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.