ctf-tools/barf/install
2015-05-13 22:29:52 -07:00

20 lines
418 B
Bash
Executable file

#!/bin/bash
# it's z3!
pip install https://github.com/zardus/z3/archive/pypy-and-setup.zip
# pybfd can't be installed with pip
git clone https://github.com/Groundworkstech/pybfd
cd pybfd/
python setup.py install
cd ..
# install barf
git clone https://github.com/programa-stic/barf-project
cd barf-project/
pip install -e pyasmjit/
pip install -e barf/
cd ..
mkdir -p bin
ln -s $(which BARFgadgets) bin/barfgadgets