symtree
Security-focused ELF files checking tool
Install
- All systems
-
curl cmd.cat/symtree.sh
- Debian
-
apt-get install pax-utils
- Ubuntu
-
apt-get install pax-utils
- Alpine
-
apk add pax-utils
- Arch Linux
-
pacman -S pax-utils
- Kali Linux
-
apt-get install pax-utils
- Fedora
-
dnf install pax-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pax-utils
- Raspbian
-
apt-get install pax-utils
- Dockerfile
- dockerfile.run/symtree
- Docker
-
docker run cmd.cat/symtree symtree
powered by Commando
pax-utils
Security-focused ELF files checking tool
This is a small set of various PaX aware and related utilities for ELF binaries. It can check ELF binary files and running processes for issues that might be relevant when using ELF binaries along with PaX, such as non-PIC code or executable stack and heap. This package installs: dumpelf, lddtree, pspax, scanelf, scanmacho and symtree.