Installation & Commands
Installation
Install frida & objection on your host
Install the latest version
Install an older version
Choose a frida version. E.g. frida 15.2.2.
Switch branches/tags and select a version. (You can also modify the URL)
In the
setup.py
look atinstall_requires
. It tells you what frida version it's supported. In this case frida-tools 13.6.1 supportsfrida >= 16.2.2, < 17.0.0
. If we choose frida-tools 11.0.0, it supportsfrida >= 15.2.0, < 16.0.0
.Install:
pip install frida==15.2.0 frida-tools==11.0.0
Verify installation:
pip list
Install frida on the device
Commands
❗ Frida Troubleshooting
When frida doesn't work correctly, try to downgrade. A lot of time it's a regression.
Last updated