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