Support #844
Updated by Daniel Curtis over 8 years ago
This is a guide for installing pwntools on FreeBSD 10. h2. Prepare the Environment * Make sure the system is up to date: <pre> pkg update && pkg upgrade </pre> h2. Install PwnTools * Install a few dependencies: <pre> pkg install python py27-pip py27-capstone python-pip </pre> * Install pwntools from pip: <pre> pip install --upgrade pwntools </pre> h2. Resources * http://pwntools.com/ * https://github.com/Gallopsled/pwntools * https://docs.pwntools.com/en/stable/install.html