Spawned `com.henrikherzig.playintegritychecker`. Summarizing main thread!
Error: dlopen failed: library "/data/local/tmp/libfile.so" not found
at value (frida/runtime/core.js:234)
at <anonymous> (webpack:///./src/script.ts:81)
at <anonymous> (c:\platform-tools\frida\build\main.js:102)
at <eval> (c:\platform-tools\frida\build\main.js:104)
Since the file exists, strangely on the gadget (after recreating the APK with two .so) it works normally, it is only on the frida-server that I notice this problem.
Steps to reproduce:
Being on Android 14, and through frida-server, try to run Module.load on any file and you will see this error, this error happens with any .so and not just a specific one.
I'm getting the following error:
Since the file exists, strangely on the gadget (after recreating the APK with two .so) it works normally, it is only on the frida-server that I notice this problem.
Steps to reproduce: Being on Android 14, and through frida-server, try to run Module.load on any file and you will see this error, this error happens with any .so and not just a specific one.