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
Next revisionBoth sides next revision
android:fridump [2019/04/29 14:20] percyandroid:fridump [2019/04/29 16:28] – [Start dump] percy
Line 3: Line 3:
   * https://github.com/Nightbringer21/fridump   * https://github.com/Nightbringer21/fridump
   * https://www.frida.re/docs/android/   * https://www.frida.re/docs/android/
 +  * http://pentestcorner.com/introduction-to-fridump/
  
 ====== Install ====== ====== Install ======
  
   pip install frida   pip install frida
 +  pip install frida-tools
   git clone https://github.com/Nightbringer21/fridump.git       git clone https://github.com/Nightbringer21/fridump.git    
   python fridump.py -h   python fridump.py -h
Line 14: Line 16:
 Download Android server Download Android server
   * https://github.com/frida/frida/releases   * https://github.com/frida/frida/releases
 +
 +Find the frida server android
 +  * https://github.com/frida/frida/releases/download/12.4.8/frida-server-12.4.8-android-x86.xz
  
 ==== Start android server ==== ==== Start android server ====
Line 22: Line 27:
 ==== 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 --max-size 2097152 -U -s com.xxxx.android 
 + 
 +Then it will generate the "dump/", and you can check dump/strings.txt 
 +==== frida commands ==== 
 +  frida-ps -U 
 +  frida-trace -U -i "open*" com.xxx.android 
 +   
 +==== frida scripts ==== 
 +  * https://github.com/0xdea/frida-scripts 
 + 
 +Update raptor_frida_android_trace.js, and then run 
 + 
 +  frida -l raptor_frida_android_trace.js -U -f com.xxxx.android --no-pause
/var/www/dokuwiki/wiki/data/pages/android/fridump.txt · Last modified: 2019/05/06 17:54 by percy