removed binjitsu

closes #74
This commit is contained in:
Michael Rodler 2016-10-12 17:50:35 +02:00 committed by Yan
parent 565579b7da
commit 65e76d4087
4 changed files with 0 additions and 17 deletions

View file

@ -1,5 +0,0 @@
#!/bin/bash -e
#ctf-tools-pip install --upgrade 'git+https://github.com/binjitsu/binjitsu.git'
git clone --depth=1 'https://github.com/binjitsu/binjitsu.git'
ctf-tools-pip install --upgrade -e binjitsu

View file

@ -1,3 +0,0 @@
#!/bin/bash -e
pacman -Syu --noconfirm --needed binutils openssl libffi

View file

@ -1,6 +0,0 @@
#!/bin/bash -e
apt-get -y install software-properties-common
apt-add-repository -y ppa:pwntools/binutils
apt-get update
apt-get -y install binutils-.*-linux-gnu libffi-dev libssl-dev

View file

@ -1,3 +0,0 @@
#!/bin/bash -e
ctf-tools-pip uninstall -y binjitsu || true