윈도우 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) 입력
'모바일' 카테고리의 다른 글
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 |