标签:.com http util apt-get update install libs 32位 libffi
$apt-get update
$apt-get install python2.7 python-pip python-dev git libssl-dev libffi-dev build-essential
$pip install --upgrade pip
$sudo pip install pwntools
sudo apt-get install nasm,gcc,gdb,binutils,hexedit
#32位libc库
sudo apt-get install libc6-dev-i386
#install pwntools
pip install pwntools
#qira
git clone https://github.com/BinaryAnalysisPlatform/qira.git
cd qira/
./install.sh
#gdb
git clone https://github.com/longld/peda.git~/peda
echo "source~/peda/peda.py">>~/.gdbinit
标签:.com http util apt-get update install libs 32位 libffi
原文地址:https://www.cnblogs.com/threesoil/p/10187445.html