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:28] – [Start dump] 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 | ||
| Line 30: | Line 32: | ||
| Then it will generate the " | 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 | ||
/var/www/dokuwiki/wiki/data/attic/android/fridump.1556526503.txt.gz · Last modified: by percy
