mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 15:17:12 +00:00
9 lines
329 B
Text
9 lines
329 B
Text
|
#!/bin/bash
|
||
|
set -eu -o pipefail
|
||
|
|
||
|
# for angr
|
||
|
apt-get -y install virtualenvwrapper python2.7-dev build-essential libxml2-dev libxslt1-dev git libffi-dev cmake libreadline-dev libtool debootstrap debian-archive-keyring libglib2.0-dev libpixman-1-dev
|
||
|
|
||
|
# for angr-management
|
||
|
apt-get -y install python-qt4 python-sip python-pygraphviz
|