Frida
Last updated
Last updated
After install Frida in you host system, go to and install for android and move the frida-server elf file into your android device using adb and let it run in the background of the android device.
To enumerate mobile application activities, first u need the PID of the mobile application.
On your host use this command:
It will give you all the processes that are running in the mobile device, take the pid of the mobile app that you want to enumerate and use this code.
save this code into js file
After that on you host use this command to enumerate the activities.