User Tools

Site Tools


android:fridump

This is an old revision of the document!


Fridump

Install

pip install frida
pip install frida-tools
git clone https://github.com/Nightbringer21/fridump.git    
python fridump.py -h

Install android server

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 -U -s com.xxxx.android

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.1556524957.txt.gz · Last modified: 2019/04/29 16:02 by percy