ctf-tools/miasm/install
2017-04-05 12:55:25 +02:00

8 lines
240 B
Bash
Executable file

#!/bin/bash -ex
git clone --depth 1 https://github.com/serpilliere/elfesteem.git
git clone --depth 1 https://github.com/cea-sec/miasm.git
ctf-tools-pip install -U llvmlite
ctf-tools-pip install -e elfesteem
ctf-tools-pip install -e miasm