mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-22 17:25:14 +00:00
8 lines
240 B
Bash
Executable file
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
|