tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Start frida-server on iOS in ensureDevice() #73

Closed zner0L closed 1 year ago

zner0L commented 1 year ago

I have encountered it several times now, that frida-server did not start automatically on the device, which should be easy to fix if we can access the device via ssh. I suggest, if the ssh and frida capabilities are enabled:

We could also stop the frida-server like in cyanoacrylate, like we do with objection. I don’t feel like this is necessary, though.