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

Switch to frida-js #132

Open baltpeter opened 2 months ago

baltpeter commented 2 months ago

Currently, we are using https://github.com/frida/frida-node, which requires native binaries. That brings quite a few issues with (cf. e.g. https://github.com/tweaselORG/appstraction/issues/124 and https://github.com/tweaselORG/appstraction/issues/119).

As a band-aid for the linked issues, we'll require exactly Node 18 for the time being.

In the long run, that is not a nice solution. Luckily, there is now https://github.com/httptoolkit/frida-js which looks like it should solve exactly those problems. We should switch to that eventually.