mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-21 08:53:56 +00:00
9 lines
239 B
Text
9 lines
239 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
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
|