eu-readelf

collection of utilities to handle ELF objects

Install

All systems
curl cmd.cat/eu-readelf.sh
Debian Debian
apt-get install elfutils
Ubuntu
apt-get install elfutils
Alpine
apk add elfutils
Arch Arch Linux
pacman -S elfutils
image/svg+xml Kali Linux
apt-get install elfutils
CentOS
yum install elfutils
Fedora
dnf install elfutils
Windows (WSL2)
sudo apt-get update sudo apt-get install elfutils
Raspbian
apt-get install elfutils
Docker
docker run cmd.cat/eu-readelf eu-readelf powered by Commando

elfutils

collection of utilities to handle ELF objects

Elfutils is a collection of utilities, including eu-ld (a linker), eu-nm (for listing symbols from object files), eu-size (for listing the section sizes of an object or archive file), eu-strip (for discarding symbols), eu-readelf (to see the raw ELF file structures), and eu-elflint (to check for well-formed ELF files).