Pwntools 安装
Posted threesoil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pwntools 安装相关的知识,希望对你有一定的参考价值。
$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
以上是关于Pwntools 安装的主要内容,如果未能解决你的问题,请参考以下文章