ctf-tools/binwalk/install

9 lines
190 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-05-08 02:50:13 +00:00
git clone --depth 1 https://github.com/devttys0/binwalk.git
ctf-tools-pip install -e binwalk
2015-05-08 02:50:13 +00:00
source ctf-tools-venv-activate
2015-05-08 02:50:13 +00:00
mkdir -p bin
ln -s $VIRTUAL_ENV/bin/binwalk bin