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
android:fridump [2019/04/29 16:39] – [Start android server] percyandroid: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://github.com/frida/frida/releases/download/12.4.8/frida-server-12.4.8-android-x86.xz+  * https://github.com/frida/frida/releases/download/12.4.8/frida-server-12.4.8-android-x86_64.xz
  
 ==== Start android server ==== ==== Start android server ====
Line 32: 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/attic/android/fridump.1556527152.txt.gz · Last modified: 2019/04/29 16:39 by percy