macOS
brew install elfutilslocal Homebrew formula metadata
安装
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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.