2015-05-08 02:50:13 +00:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
2015-12-09 22:42:41 +00:00
|
|
|
git clone --depth 1 https://github.com/devttys0/binwalk.git
|
2016-09-23 09:34:54 +00:00
|
|
|
ctf-tools-pip install -e binwalk
|
2015-05-08 02:50:13 +00:00
|
|
|
|
|
|
|
mkdir -p bin
|
|
|
|
ln -s $VIRTUAL_ENV/bin/binwalk bin
|