android:fridump
This is an old revision of the document!
Table of Contents
Fridump
Install
pip install frida pip install frida-tools git clone https://github.com/Nightbringer21/fridump.git python fridump.py -h
Install android server
Download Android server
Find the frida server android
Start android server
adb push frida-server-12.4.8-android-x86_64 /data/local/frida-server adb shell chmod +x /data/local/frida-server adb shell /data/local/frida-server
Start dump
Then you can use the script to dump the App you want
python fridump.py --max-size 2097152 -U -s com.xxxx.android
Then it will generate the “dump/”, and you can check dump/strings.txt
frida commands
frida-ps -U frida-trace -U -i "open*" com.xxx.android
frida scripts
Update raptor_frida_android_trace.js, and then run
frida -l raptor_frida_android_trace.js -U -f com.xxxx.android --no-pause
/var/www/dokuwiki/wiki/data/attic/android/fridump.1556526503.txt.gz · Last modified: 2019/04/29 16:28 by percy