의미없는 블로그
[Android] frida(15.1.14) 설치해서 메모리 덤프 본문
pc랑 단말기랑 frida 버전(15.1.14) 같아야 함
python 3.7 이상이어야 함
pc에 frida 15.1.14 버전 설치
pip install frida==15.1.14
pip install frida-tools==10.4.1
단말기에서 frida-server 구동시켜 줌
cd /data/local/tmp
./frida-server &
pc 에서 frida-ps -Ua 하면 구동중인 앱 리스트 뜬다
메모리 뜨고자 하는 앱 pid 확인해서 fridump3.py 돌림
python fridump3.py -u -r [pid] -s
아이디 정보는 있는데
패스워드는 안나오넹
양호 가야지
'# 나 > nnobile (AOS, iOS)' 카테고리의 다른 글
[에러] unexpectedly timed out while waiting for app to launch android (0) | 2023.12.20 |
---|---|
[Android] 인텐트 취약점 (0) | 2023.12.07 |
[Android] 갤노트9 루팅 (2) | 2023.10.05 |
[iOS] nogada (frida 탈옥 우회/Keychain Dumper) (0) | 2023.02.21 |
[iOS] Frida Spawn 할 때 Timeout 에러 (0) | 2022.09.08 |
Comments