Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Frida 16.0.2 #103

Closed
iLikeCSharp opened this issue Nov 11, 2022 · 5 comments
Closed

Not working with Frida 16.0.2 #103

iLikeCSharp opened this issue Nov 11, 2022 · 5 comments

Comments

@iLikeCSharp
Copy link

Console:[Error: 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]
Both Desktop and Smartphone are using Frida 16.0.2
Frida-ps -U also works from console
Only 1 device is connected to my PC

Desktop:

  • OS: Windows 10
  • Browser: Brave Browser

Smartphone:

  • Device: iPhone 7
  • OS: 14.2
  • Frida Server version: 16.0.2
@poldenais
Copy link

Hi @CodingBeaner I am getting the exact same issue. I thought I was using the wrong Frida version so reinstalled it and also restarted RMS but get the same error.

Thanks

@brunoaduarte
Copy link
Contributor

brunoaduarte commented Nov 19, 2022

Hi @m0bilesecurity , can you update RMS to make it compatible with latest version of Frida?

@m0bilesecurity
Copy link
Owner

m0bilesecurity commented Nov 19, 2022

Hey, I'll try to do my best but I don't have much free time at the moment.
What about updating directly the frida library to the latest version via the package.json file?

@Awais-Wc
Copy link

@CodingBeaner @poldenais
For now the possible solution is downgrade frida tool and frida sever.
Kill rms and frida before doing this
pip uninstall frida-tools
pip install -Iv frida-tools=11.0.0 (Frida will be downgrade to 15.2.2)
npm install -g rms-runtime-mobile-security (Run this even if rms already installed)
Also downgraded your Frida Sever which you installed on your mobile device or in any emulator to 15.2.2
Establish connection with frida sever (steps already mentioned on Frida site)
rms

@m0bilesecurity
Copy link
Owner

Fixed - RMS 📱🔥 version 1.5.12 is out with support for frida 16 02c2381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants