android:fridump
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| android:fridump [2019/04/29 14:10] – created percy | android:fridump [2019/05/06 17:54] (current) – [Install android server] percy | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| + | * http:// | ||
| + | |||
| + | ====== Install ====== | ||
| + | |||
| + | pip install frida | ||
| + | pip install frida-tools | ||
| + | git clone https:// | ||
| + | python fridump.py -h | ||
| + | |||
| + | |||
| + | ===== Install android server ===== | ||
| + | Download Android server | ||
| + | * https:// | ||
| + | |||
| + | Find the frida server android | ||
| + | * https:// | ||
| + | |||
| + | ==== Start android server ==== | ||
| + | adb root | ||
| + | adb push frida-server-12.4.8-android-x86_64 / | ||
| + | adb shell chmod +x / | ||
| + | adb shell / | ||
| + | Or just one put it one line: | ||
| + | adb root && adb push frida-server-12.4.8-android-x86_64 / | ||
| + | ==== 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 " | ||
| + | grep " | ||
| + | |||
| + | Also the memory dump files are binary, you can convert to hex by `xxd` | ||
| + | xxd dump/ | ||
| + | ==== frida commands ==== | ||
| + | frida-ps -U | ||
| + | frida-trace -U -i " | ||
| + | | ||
| + | ==== frida scripts ==== | ||
| + | * https:// | ||
| + | |||
| + | Update raptor_frida_android_trace.js, | ||
| + | |||
| + | frida -l raptor_frida_android_trace.js -U -f com.xxxx.android --no-pause | ||
/var/www/dokuwiki/wiki/data/attic/android/fridump.1556518206.txt.gz · Last modified: by percy
