abicheck
binary compatibility checking tool
Install
- All systems
-
curl cmd.cat/abicheck.sh
- Debian
-
apt-get install abicheck
- Ubuntu
-
apt-get install abicheck
- Kali Linux
-
apt-get install abicheck
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install abicheck
- Raspbian
-
apt-get install abicheck
- Dockerfile
- dockerfile.run/abicheck
abicheck
binary compatibility checking tool
ABIcheck is a tool for checking an application's compliance with a library's defined Application Binary Interface (ABI). It relies on ABI definition information contained in the library. Example definitions are given for GNOME and glibc.