mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-07 18:18:48 +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 .
|