iOS frida 환경 셋팅

모바일 2020. 7. 14. 17:50

 

윈도우 10

환경 : iPhone 5S

버전 : 10.3.X

 

아래 블로그 참고

https://goroad.tistory.com/298

 

[Frida] Android Memory Dump (1. 환경세팅)

이 글은 Android Memory Dump에 대한 시선으로만 작성되었으며, 다른 기능들의 언급은 없음. 1. frida, fridump 초기 세팅 2. Device not found 라는 에러가 발생 위 두가지에 해당 하는 사람에게 도움이 될수 있.

goroad.tistory.com

frida 공식 github

https://github.com/frida/frida/releases

 

Releases · frida/frida

Clone this repo to build Frida. Contribute to frida/frida development by creating an account on GitHub.

github.com

 

파이썬 : 3.7.0(64bit)

frida-server-12.7.22-ios-arm64

 

\Python37\Scripts 경로에서

python2

pip install frida==12.7.22

pip install frida-tools==4.1.0

 

python3

pip3 install frida==12.7.22

pip3 install frida-tools==4.1.0

 

삭제가 필요한 경우

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

 

 

 

블로그 이미지

wtdsoul

,