Excuse the ads! We need some help to keep our site up.
Site
Install
- pwntools is best supported on 64-bit Ubuntu 12.04 and 14.04
- https://docs.pwntools.com/en/stable/install.html
Command
apt-get update apt-get install python2.7 python-pip python-dev git libssl-dev libffi-dev build-essential pip install --upgrade pip pip install --upgrade pwntools
- 다음과 같은 에러가 발생하면 다음과 같은 명령어로 설치 가능합니다.
Error message
Cannot uninstall 'pyserial'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Command
pip install --ignore-installed pwntools