frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
727 stars 240 forks source link

Error from previous versions happened again with Module.load in the latest branch of frida #799

Closed incapdns closed 3 months ago

incapdns commented 3 months ago

I'm getting the following error:

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.