apt-get remove python-pip
apt-get remove python3-pip
curl https://bootstrap.pypa.io/pip/3.5/get-pip.py -o get-pip.py
python3 get-pip.py
python2 get-pip.py
python2 -m pip install pwntools
python3 -m pip install pwntools
蒸米大哥
https://github.com/zhengmin1989/ROP_STEP_BY_STEP
chgrp -R asd /pwnlearn
chown -R asd pwnlearn
apt install git
git clone https://github.com/longld/peda.git ~/peda
echo “source ~/peda/peda.py” >> ~/.gdbinit