# Installer elfx86exts avec Homebrew, apt, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de elfx86exts pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install elfx86exts
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install elfx86exts
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:elfx86exts
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.2
- **Résumé source:** Decodes x86 binaries (ELF and Mach-O) and prints out ISA extensions in use
- **Page d'accueil:** <https://github.com/pkgw/elfx86exts>
- **Dépôt:** <https://github.com/pkgw/elfx86exts>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- elfx86exts (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.6.2
## Historique du projet et usages

elfx86exts is a Rust command-line tool that disassembles binaries and reports which instruction-set extensions they use.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
