mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
manticore install for user
This commit is contained in:
parent
5236c366b0
commit
a54e7dbc01
1 changed files with 4 additions and 0 deletions
4
manticore/install
Normal file
4
manticore/install
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
git clone https://github.com/trailofbits/manticore.git && cd manticore
|
||||
ctf-tools-pip install --user --no-binary capstone .
|
Loading…
Reference in a new issue