ctf-tools/elfkickers/install

8 lines
134 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-05-15 23:18:27 +00:00
git clone --depth 1 https://github.com/BR903/ELFkickers
2015-05-15 23:18:27 +00:00
cd ELFkickers
2017-03-10 06:20:01 +00:00
make -j $(nproc)
2015-05-15 23:18:27 +00:00
cd ..
mv ELFkickers/bin ./bin