mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 06:52:36 +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 .
|