Flip Upside Down Cute Turtle
 

Frida (프리다) 설치 (1)

 

 

 

Python

 

1-1. 파이썬 설치

 

 

Download Python

The official home of the Python Programming Language

www.python.org

 

1-2. 환경변수 등록

- C:\Users\chazee\AppData\Local\Programs\Python\Python38

- C:\Users\chazee\AppData\Local\Programs\Python\Python38\Scripts

 

 

Frida

 

2-1. 프리다 설치 pip install frida / pip install frida-tools

 

* 특정 버전 설치

- pip install frida==16.0.19

- pip install frida-tools==12.1.2

 

* 프리다 삭제

- pip uninstall frida

- pip uninstall frida-tools

 

2-2. pip 업그레이드 python -m pip install --upgrade pip

 

2-3. frida 마저 설치하기 pip install frida-tools

 

2-4. 프리다 버전 확인 frida --version 

 

 

프리다 클라이언트 버전을 확인한 후 단말기(Android/iOS)에 설치할 프리다 서버와 버전을 맞춰주면 된다.

 

 

 


 

 

Frida (프리다) 서버 설치 및 환경 구축 (2)

ADB 1-1. adb(platform-tools) 설치 SDK 플랫폼 도구 출시 노트  |  Android Studio  |  Android DevelopersAndroid SDK 플랫폼 도구는 Android SDK의 구성요소입니다.developer.android.com* 환경 변수 편집Path : C:\Users\chaji\App

cha-code.tistory.com