frida icon indicating copy to clipboard operation
frida copied to clipboard

Installing same frida windows version as rooted android

Open Probabilities opened this issue 1 year ago • 1 comments

This may sound like a stupid question but I really cannot figure it out.

I get the error

Failed to enumerate processes: unable to communicate with remote frida-server; please ensure that major versions match and that the remote Frida has the feature you are trying to use

Upon browsing other issues, I found this happens because the Frida versions do not match on my system and Android device. On my Android, Frida server version 16 is not supported, so I need to use an older version. For this case, I want to try frida-server 15.0.0. I installed the server onto my rooted Android device, but I cannot figure out how to install Frida 15.0.0 on my Windows system since I installed using pip, and that automatically installs the latest Frida version available.

Probabilities avatar Jun 24 '24 11:06 Probabilities

just do pip install frida==15.0.0 or if in requirements.txt frida == 15.0.0

mushishi06 avatar Jun 30 '24 14:06 mushishi06