윈도우 10
환경 : iPhone 5S
버전 : 10.3.X
아래 블로그 참고
https://goroad.tistory.com/298
frida 공식 github
https://github.com/frida/frida/releases
파이썬 : 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) 입력
'모바일' 카테고리의 다른 글
Android 안티디버깅 관련 대응방안 (0) | 2020.07.15 |
---|---|
frida source share (0) | 2020.07.14 |
frida iOS 환경 셋팅 (Clutch, class-dump-ios, etc) (0) | 2020.07.14 |
frida ios dump ipa 추출 (0) | 2020.07.14 |
라인 - 난독화 컴퍼일러 도구(블로그) (0) | 2020.04.01 |