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 14:14] – percy | android:fridump [2019/05/06 17:54] (current) – [Install android server] percy | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
|   * https:// |   * https:// | ||
|   * https:// |   * https:// | ||
| + |   * http:// | ||
| + | ====== Install ====== | ||
| - | ===== Download  | + | pip install frida | 
| + | pip install frida-tools | ||
| + |   git clone https:// | ||
| + | python fridump.py -h | ||
| + | |||
| + | |||
| + | ===== Install  | ||
| Download Android server | Download Android server | ||
|   * https:// |   * https:// | ||
| + | |||
| + | Find the frida server android | ||
| + |   * 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 ==== | ||
| + | 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.1556518489.txt.gz · Last modified: 2019/04/29 14:14 by percy
                
                