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

Attaching Process fails on iOS #29

Closed Daemonceltics closed 4 years ago

Daemonceltics commented 4 years ago

Env: frida 12.11.7 iOS 12

WebServer get bundleID not process name, then ... image

m0bilesecurity commented 4 years ago

Hey @Daemonceltics, thanks for using RMS. if you are attaching an app (instead of spawning), please make sure that it is up and running. Please let me know if the issue still persists. Best

m0bilesecurity commented 4 years ago

Attaching a process on iOS requires its Name instead of the identifier. Issue fixed in commit 3b8a9db 🚀 Git pull and you're fine 😉 Many thanks @Daemonceltics