# Installer vtable-dumper avec Homebrew, apk, apt, dnf, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vtable-dumper pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vtable-dumper
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vtable-dumper
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add vtable-dumper
```

  Preuve: Alpine Linux edge package indexes: vtable-dumper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install vtable-dumper
```

  Preuve: Debian stable package indexes: vtable-dumper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install vtable-dumper
```

  Preuve: Fedora Rawhide package metadata: vtable-dumper from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#vtable-dumper
```

  Preuve: nixpkgs package indexes: pkgs/by-name/vt/vtable-dumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S vtable-dumper
```

  Preuve: Arch Linux sync databases: vtable-dumper from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install vtable-dumper
```

  Preuve: openSUSE Tumbleweed package metadata: vtable-dumper from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:vtable-dumper
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2
- **Résumé source:** List contents of virtual tables in a shared library
- **Page d'accueil:** <https://github.com/lvc/vtable-dumper>
- **Dépôt:** <https://github.com/lvc/vtable-dumper>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- vtable-dumper (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.2
## Historique du projet et usages

vtable-dumper is a small ABI-analysis utility that lists the contents of virtual tables in C++ shared libraries. Upstream describes it as a tool for library developers and Linux distribution maintainers who need to reason about backward binary compatibility.

### Historique du projet

The project was developed by Andrey Ponomarenko's ABI laboratory. Source comments and the packaged man page identify the 1.0-era tool as dating to 2013, while the current source reports Vtable-Dumper 1.2 and copyright coverage through 2018.

### Modes d'utilisation

The typical usage is direct and diagnostic: run `vtable-dumper` on a shared library such as `libstdc++.so.6` and inspect the emitted vtable entries, optionally choosing mangled or demangled symbol names. The README notes that target library dependencies must be discoverable by `ldd`/`dlopen`, with `LD_LIBRARY_PATH` used when necessary.

### Pourquoi les passionnés de paquets s'y intéressent

vtable-dumper matters in the same package-maintainer niche as ABI Compliance Checker and ABI Dumper. It exposes C++ virtual table layout, one of the fragile surfaces that can break binary compatibility even when source-level APIs look stable.

### Chronologie

- 2013: Vtable-Dumper 1.0-era copyright and man-page material identify the tool's initial ABI-laboratory vintage.
- 2018: The source header for Vtable-Dumper 1.2 carries copyright through 2018.

### Related projects

- ABI Dumper lists Vtable Dumper as a requirement, and ABI Compliance Checker uses ABI dump data to track binary compatibility of C/C++ libraries.

### Sources

- ABI Dumper README: https://github.com/lvc/abi-dumper
- GitHub README: https://github.com/lvc/vtable-dumper
- Source header: https://github.com/lvc/vtable-dumper/blob/master/dump-vtable.c
- Ubuntu man page: https://manpages.ubuntu.com/manpages/xenial/man1/vtable-dumper.1.html


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - vtable-dumper - 1.2-1+b1: normalized package name match | Debian stable package indexes: vtable-dumper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to list content of virtual tables in a C++ shared library | https://github.com/lvc/vtable-dumper
- Nix - vtable-dumper: normalized package name match | nixpkgs package indexes: pkgs/by-name/vt/vtable-dumper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - vtable-dumper - 1.2-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: vtable-dumper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to list content of virtual tables in a C++ shared library | https://github.com/lvc/vtable-dumper
- apk - vtable-dumper - 1.2-r1: normalized package name match | Alpine Linux edge package indexes: vtable-dumper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | List content of virtual tables in a shared library | https://github.com/lvc/vtable-dumper
- dnf - vtable-dumper - 1.2-24.fc45: normalized package name match | Fedora Rawhide package metadata: vtable-dumper from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tool to list content of virtual tables in a C++ shared library | https://github.com/lvc/vtable-dumper
- pacman - vtable-dumper - 1.2-2: normalized package name match | Arch Linux sync databases: vtable-dumper from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Lists content of virtual tables in a C++ shared library | https://github.com/lvc/vtable-dumper
- zypper - vtable-dumper - 1.2-1.29: normalized package name match | openSUSE Tumbleweed package metadata: vtable-dumper from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tool to list content of virtual tables in a C++ shared library | https://github.com/lvc/vtable-dumper


## Combined YAML source

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


## Sources

- 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
