mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-09 02:58:46 +00:00
4 lines
140 B
Bash
4 lines
140 B
Bash
#!/bin/bash -ex
|
|
|
|
git clone https://github.com/trailofbits/manticore.git && cd manticore
|
|
ctf-tools-pip install --user --no-binary capstone .
|