Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCommand
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
  • 다음과 같은 에러가 발생하면 다음과 같은 명령어로 설치 가능합니다.
Code Block
titleError 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.
Code Block
titleCommand
pip install --ignore-installed pwntools

Docs