android:fridump
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android:fridump [2019/04/29 16:02] – [frida scripts] percy | android:fridump [2019/05/06 17:54] (current) – [Install android server] percy | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| Find the frida server android | Find the frida server android | ||
| - | * https:// | + | * https:// |
| ==== Start android server ==== | ==== Start android server ==== | ||
| + | adb root | ||
| adb push frida-server-12.4.8-android-x86_64 / | adb push frida-server-12.4.8-android-x86_64 / | ||
| adb shell chmod +x / | adb shell chmod +x / | ||
| adb shell / | adb shell / | ||
| + | Or just one put it one line: | ||
| + | adb root && adb push frida-server-12.4.8-android-x86_64 / | ||
| ==== Start dump ==== | ==== Start dump ==== | ||
| Then you can use the script to dump the App you want | Then you can use the script to dump the App you want | ||
| - | python fridump.py -U -s com.xxxx.android | + | python fridump.py |
| + | 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 commands ==== | ||
| frida-ps -U | frida-ps -U | ||
| Line 36: | Line 43: | ||
| * https:// | * https:// | ||
| - | | + | Update raptor_frida_android_trace.js, |
| + | |||
| + | | ||
/var/www/dokuwiki/wiki/data/attic/android/fridump.1556524933.txt.gz · Last modified: 2019/04/29 16:02 by percy
