mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +00:00
8 lines
138 B
Text
8 lines
138 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
git clone https://github.com/devttys0/binwalk.git
|
||
|
pip install -e binwalk
|
||
|
|
||
|
mkdir -p bin
|
||
|
ln -s $VIRTUAL_ENV/bin/binwalk bin
|