User Tools

Site Tools


android:fridump

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
android:fridump [2019/04/29 16:28] – [Start dump] percyandroid:fridump [2019/04/29 17:03] – [Start dump] percy
Line 21: Line 21:
  
 ==== Start android server ==== ==== Start android server ====
 +  adb root
   adb push frida-server-12.4.8-android-x86_64 /data/local/frida-server   adb push frida-server-12.4.8-android-x86_64 /data/local/frida-server
   adb shell chmod +x /data/local/frida-server   adb shell chmod +x /data/local/frida-server
   adb shell /data/local/frida-server   adb shell /data/local/frida-server
 +Or just one put it one line: 
 +  adb root && adb push frida-server-12.4.8-android-x86_64 /data/local/frida-server && adb shell chmod +x /data/local/frida-server && adb shell /data/local/frida-server
 ==== 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 "dump/", and you can check dump/strings.txt Then it will generate the "dump/", and you can check dump/strings.txt
 +  grep "string2find" dump/*
 +
 +Also the memory dump files are binary, you can convert to hex by `xxd`
 +  xxd dump/0x12c00000_dump.data >xxd.hex
 ==== frida commands ==== ==== frida commands ====
   frida-ps -U   frida-ps -U
/var/www/dokuwiki/wiki/data/pages/android/fridump.txt · Last modified: 2019/05/06 17:54 by percy