Closed jumbofreak closed 3 years ago
Hey @jumbofreak, Can you show me the RMS error (output of the terminal). Many thanks
Thanks for the reply. What I noticed was, when I start frida-server process on device, RMS fails to detect . If I kill the frida-server process on the device then it is able to recognize device. I'm using frida 14.2.13
This is what I get on console
RMS - Runtime Mobile Security Version: 1.5.7 by @mobilesecurity Twitter Profile: https://twitter.com/mobilesecurity
Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) [Error: Unable to handle 64-bit processes due to build configuration]
mmm great 😉 Anyway the error sounds very strange. It seems that you pushed a wrong version of the frida-server (you need the arm version instead of the arm64).
Best Paolo
sorry for the late reply, my device IS 64 bit , frida on its own works fine outside of RMS, frida-ps -U will not work if we have wrong versions, I think it's just RMS pulling it wrong ? this is the output of uname -a, bullhead:/ $ uname -a Linux localhost 3.10.73-g9a1b43ed0b83 #1 SMP PREEMPT Fri Jan 12 23:03:56 UTC 2018 aarch64
Trying RMS on chrome browser but it isn't able to recognize device. Frida-ls-devices picks up device, frida server started before RMS. RMS restarted few times. Tried both Chrome/Firefox but still no luck with device recognition. Any idea what's going on here. Is there a way to check if Chrome has access to usb interface ? or any logs to check ?