최근에 다시 frida 설치해야 할 일이 있어서 재설치를 진행하였습니다.

 

환경)

iOS 13.3.1

소스 repo)

https://build.frida.re

 

github.com/frida/frida/releases/tag/12.6.21

 

Release Frida 12.6.21 · frida/frida

See http://www.frida.re/news/ for details.

github.com

www.python.org/downloads/release/python-375/

 

Python Release Python 3.7.5

The official home of the Python Programming Language

www.python.org

파이썬은 3.7.5 버전 설치

 

윈10 PC

\Python37\Scripts 경로에서

python3

pip3 install frida==12.6.21

pip3 install frida-tools==4.1.0

 

삭제가 필요한 경우

ex) pip3 uninstall frida==(version) 입력

 

아이폰 디바이스 cydia 에서

python 및 Frida for A12+ devices 설치

 

여기까지 셋팅 후 기기내

/usr/sbin/frida-server 삭제 -> frida-server-12.6.21-ios-arm64 -> 파일명 frida-server 변경 후 -> /usr/sbin 경로 이동

 

chmod 777 frida-server-12.6.21-ios-arm64

 

 

블로그 이미지

wtdsoul

,