码迷,mamicode.com
首页 > 其他好文 > 详细

Pwntools 安装

时间:2018-12-27 22:47:15      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:.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

Pwntools 安装

标签:.com   http   util   apt-get   update   install   libs   32位   libffi   

原文地址:https://www.cnblogs.com/threesoil/p/10187445.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!