mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 23:27:18 +00:00
8 lines
239 B
Bash
Executable file
8 lines
239 B
Bash
Executable file
#!/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
|