# 使用 Homebrew, apt, Nix, pacman 安装 elfx86exts

查看 elfx86exts 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:elfx86exts
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install elfx86exts
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install elfx86exts
```

  证据: Debian stable package indexes: elfx86exts from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#elfx86exts
```

  证据: nixpkgs package indexes: pkgs/by-name/el/elfx86exts/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S elfx86exts
```

  证据: Arch Linux sync databases: elfx86exts from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:elfx86exts
- **软件包管理器:** Homebrew
- **版本:** 0.6.2
- **来源摘要:** Decodes x86 binaries (ELF and Mach-O) and prints out ISA extensions in use
- **主页:** <https://github.com/pkgw/elfx86exts>
- **仓库:** <https://github.com/pkgw/elfx86exts>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- elfx86exts (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.6.2
## 项目历史与用法

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.

### 时间线

- 2017-09-29: Initial release.
- 2018-01-23: Version 0.2.0 added Mach-O and PE support.
- 2018-10-16: Version 0.3.0 added minimum Intel CPU generation reporting.
- 2021-10-18: Version 0.5.0 updated disassembly to Capstone 0.10 and object 0.27.
- 2023-10-12: Version 0.6.0 added preliminary ARM64 support.
- 2023-10-22: Version 0.6.2 fixed excessive memory consumption.

### Related projects

- Related projects and libraries include Capstone, the Rust object crate, compiler toolchains, binary packaging systems, and CPU feature inspection tools.

### 来源

- <https://docs.rs/crate/elfx86exts/latest>
- <https://raw.githubusercontent.com/pkgw/elfx86exts/master/Cargo.toml>
- <https://raw.githubusercontent.com/pkgw/elfx86exts/master/README.md>
- <https://raw.githubusercontent.com/pkgw/elfx86exts/release/CHANGELOG.md>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - elfx86exts - 0.6.2-3+b1: normalized package name match | Debian stable package indexes: elfx86exts from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Print instruction sets used by x86 binaries (ELF or MachO) | https://github.com/pkgw/elfx86exts
- Nix - elfx86exts: normalized package name match | nixpkgs package indexes: pkgs/by-name/el/elfx86exts/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - elfx86exts - 0.6.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: elfx86exts from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Print instruction sets used by x86 binaries (ELF or MachO) | https://github.com/pkgw/elfx86exts
- pacman - elfx86exts - 0.6.2-1: normalized package name match | Arch Linux sync databases: elfx86exts from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Decode ELF and MachO binaries and print out which instruction set extensions they use | https://github.com/pkgw/elfx86exts


## Combined YAML source

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


## 来源

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