m0bilesecurity / RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.58k stars 373 forks source link

Not working with Frida 16.0.2 #103

Closed iLikeCSharp closed 1 year ago

iLikeCSharp commented 1 year ago

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:

Smartphone:

poldenais commented 1 year ago

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 commented 1 year ago

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

m0bilesecurity commented 1 year ago

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 commented 1 year ago

@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 commented 1 year ago

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