eu-stack
collection of utilities to handle ELF objects
Install
- All systems
-
curl cmd.cat/eu-stack.sh
- Debian
-
apt-get install elfutils - Ubuntu
-
apt-get install elfutils -
Alpine
-
apk add elfutils - Arch Linux
-
pacman -S elfutils - Kali Linux
-
apt-get install elfutils - CentOS
-
yum install elfutils - Fedora
-
dnf install elfutils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install elfutils - Raspbian
-
apt-get install elfutils - Docker
-
docker run cmd.cat/eu-stack eu-stackpowered 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).