execstack
ELF GNU_STACK program header editing utility
Install
- All systems
-
curl cmd.cat/execstack.sh
- Debian
-
apt-get install execstack - Ubuntu
-
apt-get install execstack - Kali Linux
-
apt-get install execstack - CentOS
-
yum install execstack - Fedora
-
dnf install execstack - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install execstack - Raspbian
-
apt-get install execstack
execstack
ELF GNU_STACK program header editing utility
The execstack package contains a utility which modifies (or adds) the GNU_STACK program header to ELF binaries, and allows changing the executable flag.
prelink
ELF prelinking utility to speed up dynamic linking
The prelink package contains a utility which modifies ELF shared libraries and executables, so that far fewer relocations need to be resolved at runtime and thus programs come up faster.