macOS
brew install vtable-dumperlocal Homebrew formula metadata
brew
List contents of virtual tables in a shared library. Version 1.2 via Homebrew; verified from local package data.
install
brew install vtable-dumperlocal Homebrew formula metadata
sudo apk add vtable-dumperAlpine Linux edge package indexes · vtable-dumper · source: dl-cdn.alpinelinux.org
sudo apt install vtable-dumperDebian stable package indexes · vtable-dumper · source: deb.debian.org
sudo dnf install vtable-dumperFedora Rawhide package metadata · vtable-dumper · source: dl.fedoraproject.org
nix profile install nixpkgs#vtable-dumpernixpkgs package indexes · pkgs/by-name/vt/vtable-dumper/package.nix · source: api.github.com
sudo pacman -S vtable-dumperArch Linux sync databases · vtable-dumper · source: geo.mirror.pkgbuild.com
sudo zypper install vtable-dumperopenSUSE Tumbleweed package metadata · vtable-dumper · source: download.opensuse.org
overview
List contents of virtual tables in a shared library
history
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.
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.
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.
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.
security posture
library-like 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 |
|---|---|---|---|
vtable-dumper | 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://github.com/lvc/vtable-dumper
install metadata
| Package key | brew:vtable-dumper |
|---|---|
| Version | 1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vtable-dumper |
| Homepage | https://github.com/lvc/vtable-dumper |
| Repository | https://github.com/lvc/vtable-dumper |
| Upstream docs | https://github.com/lvc/vtable-dumper#readme |
| License | LGPL-2.1-or-later |
| Source archive | https://github.com/lvc/vtable-dumper/archive/refs/tags/1.2.tar.gz |
| Dependencies | elfutils |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vtable-dumper |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
vtable-dumper 1.2-1+b1
tool to list content of virtual tables in a C++ shared library
https://github.com/lvc/vtable-dumper
sudo apt install vtable-dumpervtable-dumper
nix profile install nixpkgs#vtable-dumpervtable-dumper 1.2-1build3
tool to list content of virtual tables in a C++ shared library
https://github.com/lvc/vtable-dumper
sudo apt install vtable-dumpervtable-dumper 1.2-r1
List content of virtual tables in a shared library
https://github.com/lvc/vtable-dumper
sudo apk add vtable-dumpervtable-dumper 1.2-23.fc44
Tool to list content of virtual tables in a C++ shared library
https://github.com/lvc/vtable-dumper
sudo dnf install vtable-dumpervtable-dumper 1.2-2
Lists content of virtual tables in a C++ shared library
https://github.com/lvc/vtable-dumper
sudo pacman -S vtable-dumpervtable-dumper 1.2-1.28
Tool to list content of virtual tables in a C++ shared library
https://github.com/lvc/vtable-dumper
sudo zypper install vtable-dumpersource 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.