pwntools安装
pwntools安装

pwntools安装

git clone https://github.com/Gallopsled/pwntools

cd pwntools

python setup.py instal

报错

from elftools.common.py3compat import bytes2str ModuleNotFoundError: No module named ‘elftools.common.py3compat’

解决方法

pip uninstall pyelftools -y

pip install pyelftools==0.29

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注