frida / frida

Clone this repo to build Frida

Home Page:https://frida.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing same frida windows version as rooted android

Probabilities opened this issue · 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.

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