mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
install some more stuff for angr
This commit is contained in:
parent
88d0645bf4
commit
b42101c040
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get -y install python-dev libffi-dev build-essential
|
||||
# for angr
|
||||
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev
|
||||
|
||||
# for angr-management
|
||||
apt-get -y install python-qt4 python-sip python-pygraphviz
|
||||
|
|
Loading…
Reference in a new issue