Where code breaks, bugs bite, and exploits come to life.
For Windows, use the Windows Subsystem for Linux (WSL) to install GCC.
-
Ubuntu / Debian
sudo apt update sudo apt install build-essential
-
Fedora
sudo dnf groupinstall "Development Tools" -
Arch Linux
sudo pacman -S base-devel
brew update
brew install gcc-
pwntools β Binary exploitation CTF framework:
pip install pwntools
-
ROPgadget β For finding ROP gadgets in binaries:
pip install ROPGadget