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

`stopApp()` function for iOS #37

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

cf. #36 for Android

baltpeter commented 1 year ago

Since we're currently relying on Frida to get the PID for a running app anyway, I'll also use Frida's killing capabilities.