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