macOS
brew install dwarfutilslocal Homebrew formula metadata
brew
Dump and produce DWARF debug information in ELF objects. Version 2.3.2 via Homebrew; verified 2026-07-08.
install
brew install dwarfutilslocal Homebrew formula metadata
sudo apt install dwarfdumpDebian stable package indexes · dwarfdump · source: deb.debian.org
sudo zypper install libdwarf-toolsopenSUSE Tumbleweed package metadata · libdwarf-tools · source: download.opensuse.org
nix profile install nixpkgs#dwarfdumpnixpkgs package indexes · dwarfdump · source: raw.githubusercontent.com
overview
Dump and produce DWARF debug information in ELF objects
history
dwarfutils packages dwarfdump and libdwarf tooling for reading, dumping, and producing DWARF debugging information in object files. It is part of the long-running DWARF debug-info ecosystem used by compiler, debugger, toolchain, and binary-analysis developers.
The libdwarf project page says the DWARF debugging information format was developed by a committee, then known as PLSIG, starting around 1991. SGI became involved around 1991 and developed libdwarf and dwarfdump for SGI internal use and IRIX developer tools.
According to the same page, from around 1993 dwarfdump and libdwarf shipped with every SGI MIPS/IRIX C compiler release as an executable and archive library. SGI agreed to open-source libdwarf in 1994 and dwarfdump in 1999.
The project later moved through SourceForge-era public hosting to GitHub. The project page says source was available via SourceForge git from March 2011, and that beginning 14 May 2021 the GitHub repository became the reference source with SourceForge no longer current.
Modern libdwarf focuses on portable access to DWARF2 through DWARF5 data, robust handling of corrupted DWARF, and build support via configure, CMake, and Meson. The README states that DWARF6 support will be added when the standard is released.
The DWARF standard site describes DWARF as widely used on Unix, Linux, other operating systems, and stand-alone environments. That broad standard adoption gives libdwarf and dwarfdump enduring relevance even when the utilities themselves are niche.
The input metadata lists packages across Homebrew, Debian, Ubuntu, Nix, and zypper, reflecting its role as a distribution-level toolchain utility rather than an end-user application. The project page also highlights CI across Linux, FreeBSD, macOS, and Windows msys2 and testing against many corrupted objects.
dwarfdump prints DWARF2, DWARF3, DWARF4, and some DWARF5 data from object files in readable form. libdwarf provides C/C++ APIs for reading DWARF sections, while libdwarfp offers a limited producer API for creating DWARF data.
Typical users are compiler and debugger implementers, build-system and distribution maintainers, binary-analysis developers, and anyone debugging problems in generated debug information.
dwarfutils is package-nerd significant because debug information is invisible until it breaks, then it is essential. Having dwarfdump available from a package manager gives maintainers a standard diagnostic tool for compiler output, stripped/split debug files, compressed sections, malformed objects, and DWARF version transitions.
Its history also ties modern open-source packaging to older proprietary Unix toolchains: SGI-originated debug tooling became portable free software, then continued evolving alongside ELF, Mach-O, PE object helpers, DWARF5, fuzzing, and semantic versioning.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dwarfdump | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.prevanders.net/dwarf.html
install metadata
| Package key | brew:dwarfutils |
|---|---|
| Version | 2.3.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dwarfutils |
| Homepage | https://www.prevanders.net/dwarf.html |
| Repository | https://github.com/davea42/libdwarf-code |
| Upstream docs | https://www.prevanders.net/dwarf.html |
| License | BSD-2-Clause AND LGPL-2.1-or-later AND GPL-2.0-or-later |
| Source archive | https://www.prevanders.net/libdwarf-2.3.2.tar.xz |
| Last updated | 2026-07-08T03:18:46Z |
| Pulse | updated |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dwarfutils |
| Aliases |
|
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dwarfdump 1:0.11.1-1
utility to dump DWARF debug information from ELF objects
https://github.com/davea42/libdwarf-code
sudo apt install dwarfdumplibdwarf-dev 1:0.11.1-1
library to consume and produce DWARF debug information
https://github.com/davea42/libdwarf-code
sudo apt install libdwarf-devlibdwarf1 1:0.11.1-1
library to consume and produce DWARF debug information (runtime)
https://github.com/davea42/libdwarf-code
sudo apt install libdwarf1dwarfdump 20210528-1build2
utility to dump DWARF debug information from ELF objects
https://www.prevanders.net/dwarf.html
sudo apt install dwarfdumplibdwarf-dev 20210528-1build2
library to consume and produce DWARF debug information
https://www.prevanders.net/dwarf.html
sudo apt install libdwarf-devlibdwarf1 20210528-1build2
library to consume and produce DWARF debug information (runtime)
https://www.prevanders.net/dwarf.html
sudo apt install libdwarf1libdwarf-tools 2.3.1-1.2
DWARF-related tools
https://prevanders.net/dwarf.html
sudo zypper install libdwarf-toolsdwarfdump
nix profile install nixpkgs#dwarfdumpsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.