chrpath
Tool to edit the rpath in ELF binaries
Install
- All systems
-
curl cmd.cat/chrpath.sh
- Debian
-
apt-get install chrpath - Ubuntu
-
apt-get install chrpath -
Alpine
-
apk add chrpath - Arch Linux
-
pacman -S chrpath - Kali Linux
-
apt-get install chrpath - CentOS
-
yum install chrpath - Fedora
-
dnf install chrpath - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install chrpath - Raspbian
-
apt-get install chrpath - Docker
-
docker run cmd.cat/chrpath chrpathpowered by Commando
chrpath
Tool to edit the rpath in ELF binaries
chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already.