소스 검색

Add files via upload

assume-breach 2 년 전
부모
커밋
3d991a6a65
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      StageFright/StageFright/setup.sh

+ 8 - 0
StageFright/StageFright/setup.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+apt update -y
+cd Harriet/Resources
+apt-get install mingw-w64 -y
+git clone https://github.com/secretsquirrel/SigThief.git
+mv SigThief/ Harriet/Resources/
+pip install pycryptodome
+