Android Device requires root.
Make sure to install python3 and configure environment variables
- Install dependency libraries
pip3 install colorlog flask flask_socketio requests frida-tools
- Choose frida-server-version-android-arch.xz according to the phone architecture
- Unzip xz and upload to /data/local/tmp using adb
adb push frida-server-12.5.0-android-arm /data/local/tmp
- Give frida-server permission and run
adb shell
su root
cd /data/local/tmp
chmod 777 frida-server-12.5.0-android-arm
./frida-server-12.5.0-android-arm
- Install the same version of the python library as frida-server
pip3 install frida==12.5.0
- run app.py,Browser access to http://127.0.0.1:8088/ .
python3 app.py
- You will see the following page.
Note:If there is no data on the start page, try refreshing the page or filling in any PackageName and clicking on Confirm