Debugging
ELF patching
Manual way
TODO
Pwninit
Installation
# 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 pwninit
Usage
pwninit --bin <BIN>
Last updated