ctf-tools/miasm/install

9 lines
240 B
Text
Raw Normal View History

2017-04-05 10:51:51 +00:00
#!/bin/bash -ex
2017-02-07 16:41:27 +00:00
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