Debugging
ELF patching
Manual way
Pwninit
# Install dependencies
sudo apt install patchelf libssl-dev pkg-config liblzma-dev
# Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install pwninit
cargo install pwninitpwninit --bin <BIN>Last updated