pkg.soopen package index

brew / Rang 8624

elfx86exts mit Homebrew, apt, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für elfx86exts in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install elfx86exts

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install elfx86exts

Debian stable package indexes · elfx86exts · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#elfx86exts

nixpkgs package indexes · pkgs/by-name/el/elfx86exts/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S elfx86exts

Arch Linux sync databases · elfx86exts · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Decodes x86 binaries (ELF and Mach-O) and prints out ISA extensions in use

Befehle und Aliase

  • elfx86exts

Verlauf

Projektgeschichte und Nutzung

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

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
elfx86extsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version0.6.2
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:elfx86exts
Version0.6.2
PaketmanagerHomebrew
Homepagehttps://github.com/pkgw/elfx86exts
Repositoryhttps://github.com/pkgw/elfx86exts
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

elfx86exts 0.6.2-3+b1

Print instruction sets used by x86 binaries (ELF or MachO)

https://github.com/pkgw/elfx86exts

sudo apt install elfx86exts
  • Section: devel
  • Architecture: amd64
  • Source Package: rust-elfx86exts
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Elfx86exts
Debian stable package indexes · deb.debian.org · Debian stable package indexes: elfx86exts from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

elfx86exts

nix profile install nixpkgs#elfx86exts
  • normalized package name match
  • Abgeglichen nach: Elfx86exts
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/el/elfx86exts/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

elfx86exts 0.6.2-1

Print instruction sets used by x86 binaries (ELF or MachO)

https://github.com/pkgw/elfx86exts

sudo apt install elfx86exts
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: rust-elfx86exts
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Elfx86exts
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: elfx86exts from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

elfx86exts 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
  • License: MIT
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Elfx86exts
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: elfx86exts from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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