PC
pip install frida
pip install frida-tools
Mobile
frida-server 다운 (PC와 버전맞추기)
https://github.com/frida/frida/releases
frida-server-16.0.2-android-arm64 로 다운받아서 넣어줬다.
1) adb push frida-server-16.0.2-android-arm64 /data/local/tmp
2) adb shell 진입
3) chmod +x /data/local/tmp/frida-server-16.0.2-android-arm64
4) su
5) frida-server-16.0.2-android-arm64 실행하면 서버 open상태
이제 연결 상태를 확인
'보안 > 웹·모바일' 카테고리의 다른 글
[Android] FridaLab 1~8 풀이/노트 (2) | 2023.02.21 |
---|---|
[웹] 불필요한 HTTP Method : REST API 관련 이슈 (2 case) (3) | 2023.01.26 |
[iOS] Native Code Exploit Prevention (2) | 2022.11.18 |
[Android] 루팅 탐지 우회 도움말 log (0) | 2022.11.18 |
[iOS] 탈옥 탐지 우회 도움말 log (0) | 2022.11.09 |