Frida
Install Frida
check the device architecture
Download extract and install the right Frida Gadget
Set Permissions on the Gadget:
Create a Frida script to get the databases
The script can be found on my GitHub here: frida_list_databases.js
Download and extract the Frida server:
Run the Frida server on the device:
Make sure the app has launched on the device (or the activity has been started manually
Attach to the process:
Last updated