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

Require capabilities for fewer functions #8

Open baltpeter opened 1 year ago

baltpeter commented 1 year ago

I suspect that some of the functions that are currently guarded behind a capability (see #5) wouldn't actually require that capability if implemented differently[^1]. We should look into that.

[^1]: The functions were taken mostly verbatim from baltpeter/thesis-mobile-consent-dialogs. Since I knew I needed Frida anyway for that, I didn't have a lot of motivation to look for alternative implementations not using Frida.