elfutils
Collection of utilities and libraries to handle ELF files and DWARF data
Elfutils is a collection of utilities and libraries to read, create and modify Executable and Linkable Format (ELF) binary files, find and handle Debugging With Arbitrary Record Formats (DWARF) debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux. Elfutils includes libelf
for manipulating ELF files, libdw
for inspecting DWARF data and process state and utilities like eu-stack
(to show backtraces), eu-nm
(for listing symbols from object files), eu-size
(for listing the section sizes of an object or archive file), eu-strip
(for discarding symbols), eu-readelf
(to see the raw ELF file structures), eu-elflint
(to check for well-formed ELF files), eu-elfcompress
(to compress or decompress ELF sections), and more.
- Versions: 0.187
- Website: https://sourceware.org/elfutils/
- Licenses: LGPL 3+
- Package source: gnu/packages/elf.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of elfutils
as follows:
guix install elfutils
Or install a particular version:
guix install elfutils@0.187
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/elfutils/'><img src='http://127.0.0.1:3000/packages/elfutils/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/elfutils/badges/latest-version.svg)](http://127.0.0.1:3000/packages/elfutils/) Org: [[http://127.0.0.1:3000/packages/elfutils/][http://127.0.0.1:3000/packages/elfutils/badges/latest-version.svg]]