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.62k stars 376 forks source link

iOS - Static Analysis not working , getting 500 Internal Server Error page #43

Closed ganesh2183 closed 4 years ago

ganesh2183 commented 4 years ago

I connected to Non Jailbroken device using Frida gadget. I am able to list process/application running in iOS device using frida-ps -U

When I try with 'Spawn' getting 500 Internal Server Error page. But it works fine with 'Attach'. Why ??

Also when i click on Static Analysis again getting 500 Internal Server Error page

Please help on this to fix.

m0bilesecurity commented 4 years ago

Hey @ganesh2183, thanks for you interested in RMS.

As explained in issue #42, if FRIDA is running in Gadget mode you are not allowed to spawn other processes.

You are only allowed to attach the process where the FRIDA Gadget has been injected (It is usually called "Gadget").

I don't know exactly what you are trying to do because if you are running in Gadget mode, the only process that you are allowed to see should be the one called Gadget.

If your device is not Jailbroken, you are not allowed to run the Static Analysis script or use other useful stuff that RMS performs in background in order to improve the Reverse Engineering experience.

Best