mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
4 lines
143 B
Bash
4 lines
143 B
Bash
#!/bin/bash -ex
|
|
|
|
git clone --depth 1 https://github.com/trailofbits/manticore.git && cd manticore
|
|
ctf-tools-pip install --no-binary capstone .
|