While many functions will work on any system (e.g. installing apps), others require special capabilities like root rights or Frida.
Depending on what the user wants to do, they may not necessarily want these capabilities. We should introduce a capabilities parameter that allows the user to choose which capabilities they want. Depending on that, some functions may not work or may need to change behaviour.
While many functions will work on any system (e.g. installing apps), others require special capabilities like root rights or Frida.
Depending on what the user wants to do, they may not necessarily want these capabilities. We should introduce a
capabilities
parameter that allows the user to choose which capabilities they want. Depending on that, some functions may not work or may need to change behaviour.