# dwarfutils を Homebrew, apt, zypper, Nix でインストール

dwarfutils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dwarfutils
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dwarfutils
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dwarfdump
```

  証拠: Debian stable package indexes: dwarfdump from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libdwarf-tools
```

  証拠: openSUSE Tumbleweed package metadata: libdwarf-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#dwarfdump
```

  証拠: nixpkgs package indexes: dwarfdump from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## パッケージ情報

- **パッケージキー:** brew:dwarfutils
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.3.2
- **ソース概要:** Dump and produce DWARF debug information in ELF objects
- **ホームページ:** <https://www.prevanders.net/dwarf.html>
- **リポジトリ:** <https://github.com/davea42/libdwarf-code>
- **最終更新:** 2026-07-08T03:18:46Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dwarfdump (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.3.2
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 1991: The DWARF format effort and SGI involvement begin, according to the libdwarf project page.
- 1993: dwarfdump and libdwarf begin shipping with SGI MIPS/IRIX C compiler releases.
- 1994: SGI agrees to open-source libdwarf.
- 1999: SGI agrees to open-source dwarfdump.
- 2011: libdwarf source becomes available via SourceForge git.
- 2017: DWARF Version 5 is released, according to the libdwarf project page.
- 2021: GitHub becomes the reference source; libdwarf transitions to semantic versioning.
- 2026: The README lists libdwarf 2.3.1 released on 4 March 2026.

### Related projects

- DWARF Debugging Information Format is the standard that libdwarf and dwarfdump implement.
- Compiler and debugger ecosystems such as GCC, LLVM/Clang, GDB, LLDB, ELF, Mach-O, PE, split DWARF, and compressed debug sections are adjacent to the package's core use.
- The libdwarf project page also points to readelfobj, readobjmacho, readobjpe, object_detector, regression tests, and tsearch support code as related project resources.

### ソース

- <https://www.prevanders.net/dwarf.html>
- <https://raw.githubusercontent.com/davea42/libdwarf-code/main/README.md>
- <https://dwarfstd.org/>
- <https://api.github.com/repos/davea42/libdwarf-code>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - dwarfdump - 1:0.11.1-1: normalized package name match | Debian stable package indexes: dwarfdump from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utility to dump DWARF debug information from ELF objects | https://github.com/davea42/libdwarf-code
- Debian apt - libdwarf-dev - 1:0.11.1-1: normalized package name match | Debian stable package indexes: libdwarf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to consume and produce DWARF debug information | https://github.com/davea42/libdwarf-code
- Debian apt - libdwarf1 - 1:0.11.1-1: normalized package name match | Debian stable package indexes: libdwarf1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to consume and produce DWARF debug information (runtime) | https://github.com/davea42/libdwarf-code
- Ubuntu apt - dwarfdump - 20210528-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: dwarfdump from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utility to dump DWARF debug information from ELF objects | https://www.prevanders.net/dwarf.html
- Ubuntu apt - libdwarf-dev - 20210528-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libdwarf-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to consume and produce DWARF debug information | https://www.prevanders.net/dwarf.html
- Ubuntu apt - libdwarf1 - 20210528-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libdwarf1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to consume and produce DWARF debug information (runtime) | https://www.prevanders.net/dwarf.html
- zypper - libdwarf-tools - 2.3.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libdwarf-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | DWARF-related tools | https://prevanders.net/dwarf.html
- Nix - dwarfdump: installed executable or alias match | nixpkgs package indexes: dwarfdump from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

View the package source record on GitHub. [combined/dwarfutils.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dwarfutils.yml)


## ソース

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