abi-dumper
tool to dump ABI of an ELF object containing DWARF debug info
Install
- All systems
-
curl cmd.cat/abi-dumper.sh
- Debian
-
apt-get install abi-dumper
- Ubuntu
-
apt-get install abi-dumper
- Kali Linux
-
apt-get install abi-dumper
- Fedora
-
dnf install abi-dumper
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install abi-dumper
- Raspbian
-
apt-get install abi-dumper
- Dockerfile
- dockerfile.run/abi-dumper
abi-dumper
tool to dump ABI of an ELF object containing DWARF debug info
The tool is intended to be used with ABI Compliance Checker tool for tracking ABI changes of a C/C++ library or kernel module.