mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-09 19:18:48 +00:00
5 lines
140 B
Text
5 lines
140 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
git clone https://github.com/trailofbits/manticore.git && cd manticore
|
||
|
ctf-tools-pip install --user --no-binary capstone .
|