macOS
brew install elfutilslocal Homebrew formula metadata
brew
elfutils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install elfutilslocal Homebrew formula metadata
sudo apk add elfutilsAlpine Linux edge package indexes · elfutils · ソース: dl-cdn.alpinelinux.org
sudo apt install elfutilsDebian stable package indexes · elfutils · ソース: deb.debian.org
sudo dnf install elfutilsFedora Rawhide package metadata · elfutils · ソース: dl.fedoraproject.org
nix profile install nixpkgs#elfutilsnixpkgs package indexes · pkgs/by-name/el/elfutils/package.nix · ソース: api.github.com
sudo pacman -S elfutilsArch Linux sync databases · elfutils · ソース: geo.mirror.pkgbuild.com
sudo zypper install elfutilsopenSUSE Tumbleweed package metadata · elfutils · ソース: download.opensuse.org
概要
Libraries and utilities for handling ELF objects
履歴
elfutils is a Sourceware-hosted collection of libraries and command-line tools for working with ELF objects and DWARF debug data on GNU/Linux. Its niche is lower-level than a single debugger or compiler: it gives distribution maintainers, toolchain developers, debuggers, profilers, and post-mortem analysis workflows reusable ELF/DWARF libraries plus eu-* inspection utilities.
The official project page presents elfutils as a toolkit for reading, creating, and modifying ELF binary files and for finding and handling DWARF debug data, symbols, thread state, stack traces, processes, and core files. Sourceware is the upstream home, with source available from the Sourceware git repository and releases published from the Sourceware elfutils area.
A later important extension is debuginfod, documented by Sourceware and GNU Binutils as an elfutils component. debuginfod turns debug-info lookup into an HTTP service indexed by build IDs, with client libraries that debuggers and binary tools can use when local separate debug files are missing.
elfutils is adopted most visibly through Linux distribution and toolchain plumbing rather than end-user application workflows. The project page emphasizes GNU/Linux process and core-file support, and the debuginfod documentation shows how other Sourceware tools such as GDB and Binutils can use libdebuginfod to retrieve debug information, executables, and source files on demand.
Typical package usage is command-line inspection and transformation through tools such as eu-readelf, eu-objdump, eu-nm, eu-strip, eu-stack, eu-elflint, and eu-unstrip, or library usage through libelf, libdw, and libdebuginfod. debuginfod usage centers on configuring debug tools to query one or more HTTP servers for artifacts identified by build ID.
Package maintainers care about elfutils because it sits in the boring but critical layer between compiler output, stripped binaries, split debug packages, core dumps, and debugger UX. It is the kind of package whose utilities show up in build logs, debug-symbol pipelines, reproducibility investigations, and distribution debug-info services rather than in application feature lists.
セキュリティ状態
elfutils に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
elfutils-addr2line | cli | グローバル実行可能ファイル | |
elfutils-ar | cli | グローバル実行可能ファイル | |
elfutils-elfclassify | cli | グローバル実行可能ファイル | |
elfutils-elfcmp | cli | グローバル実行可能ファイル | |
elfutils-elfcompress | cli | グローバル実行可能ファイル | |
elfutils-elflint | cli | グローバル実行可能ファイル | |
elfutils-findtextrel | cli | グローバル実行可能ファイル | |
elfutils-make-debug-archive | cli | グローバル実行可能ファイル | |
elfutils-nm | cli | グローバル実行可能ファイル | |
elfutils-objdump | cli | グローバル実行可能ファイル | |
elfutils-ranlib | cli | グローバル実行可能ファイル | |
elfutils-readelf | cli | グローバル実行可能ファイル | |
elfutils-size | cli | グローバル実行可能ファイル | |
elfutils-srcfiles | cli | グローバル実行可能ファイル | |
elfutils-stack | cli | グローバル実行可能ファイル | |
elfutils-strings | cli | グローバル実行可能ファイル | |
elfutils-strip | cli | グローバル実行可能ファイル | |
elfutils-unstrip | cli | グローバル実行可能ファイル | |
eu-addr2line | cli | グローバル実行可能ファイル | |
eu-ar | cli | グローバル実行可能ファイル | |
eu-elfclassify | cli | グローバル実行可能ファイル | |
eu-elfcmp | cli | グローバル実行可能ファイル | |
eu-elfcompress | cli | グローバル実行可能ファイル | |
eu-elflint | cli | グローバル実行可能ファイル | |
eu-findtextrel | cli | グローバル実行可能ファイル | |
eu-make-debug-archive | cli | グローバル実行可能ファイル | |
eu-nm | cli | グローバル実行可能ファイル | |
eu-objdump | cli | グローバル実行可能ファイル | |
eu-ranlib | cli | グローバル実行可能ファイル | |
eu-readelf | cli | グローバル実行可能ファイル | |
eu-size | cli | グローバル実行可能ファイル | |
eu-srcfiles | cli | グローバル実行可能ファイル | |
eu-stack | cli | グローバル実行可能ファイル | |
eu-strings | cli | グローバル実行可能ファイル | |
eu-strip | cli | グローバル実行可能ファイル | |
eu-unstrip | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://fedorahosted.org/elfutils/
インストールメタデータ
| パッケージキー | brew:elfutils |
|---|---|
| バージョン | 0.195 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/elfutils |
| ホームページ | https://fedorahosted.org/elfutils/ |
| リポジトリ | https://sourceware.org/git/elfutils.git |
| 上流ドキュメント | https://sourceware.org/elfutils |
| ライセンス | GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GFDL-1.3-no-invariants-or-later |
| ソースアーカイブ | https://sourceware.org/elfutils/ftp/0.195/elfutils-0.195.tar.bz2 |
| 最終更新 | 2026-05-15T12:01:54Z |
| Pulse | updated |
| 依存関係 | bzip2, xz, zlib-ng-compat, zstd |
| ビルド依存関係 | m4, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | elfutils |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
debuginfod 0.192-4
debuginfo-related http file-server daemon
https://sourceware.org/elfutils/
sudo apt install debuginfodelfutils 0.192-4
collection of utilities to handle ELF objects
https://sourceware.org/elfutils/
sudo apt install elfutilslibasm-dev 0.192-4
libasm development libraries and header files
https://sourceware.org/elfutils/
sudo apt install libasm-devlibasm1t64 0.192-4
library with a programmable assembler interface
https://sourceware.org/elfutils/
sudo apt install libasm1t64libdebuginfod-common 0.192-4
configuration to enable the Debian debug info server
https://sourceware.org/elfutils/
sudo apt install libdebuginfod-commonlibdebuginfod-dev 0.192-4
libdebuginfod development libraries and header files
https://sourceware.org/elfutils/
sudo apt install libdebuginfod-devlibdebuginfod1t64 0.192-4
library to interact with debuginfod (development files)
https://sourceware.org/elfutils/
sudo apt install libdebuginfod1t64libdw-dev 0.192-4
libdw1t64 development libraries and header files
https://sourceware.org/elfutils/
sudo apt install libdw-devlibdw1t64 0.192-4
library that provides access to the DWARF debug information
https://sourceware.org/elfutils/
sudo apt install libdw1t64libelf-dev 0.192-4
libelf1t64 development libraries and header files
https://sourceware.org/elfutils/
sudo apt install libelf-devlibelf1t64 0.192-4
library to read and write ELF files
https://sourceware.org/elfutils/
sudo apt install libelf1t64elfutils
nix profile install nixpkgs#elfutilsdebuginfod 0.190-1.1build4
debuginfo-related http file-server daemon
https://sourceware.org/elfutils/
sudo apt install debuginfodelfutils 0.190-1.1build4
collection of utilities to handle ELF objects
https://sourceware.org/elfutils/
sudo apt install elfutilslibasm-dev 0.190-1.1build4
libasm development libraries and header files
https://sourceware.org/elfutils/
sudo apt install libasm-devlibasm1t64 0.190-1.1build4
library with a programmable assembler interface
https://sourceware.org/elfutils/
sudo apt install libasm1t64ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.