-
-
Notifications
You must be signed in to change notification settings - Fork 155
Description
Looks like the dynamic detection for the method offsets is not successfully working on Android 16.
Reproducible on a physical Pixel 10 rooted device running Android 16.
The device enters on a loop reboot when the server runs and not able to spawn/launch apps using Frida.
Affected code:
frida-java-bridge/lib/android.js
Line 1153 in f72e61e
| throw new Error('Unable to find copied methods in java/lang/Thread; please file a bug'); |
Error message:
{"type":"error","description":"Error: Unable to find copied methods in java/lang/Thread; please file a bug","stack":"Error: Unable to find copied methods in java/lang/Thread; please file a bug\n at /internal-agent.js:1:47232\n at Ie.perform (/internal-agent.js:1:25891)\n at Gn (/internal-agent.js:1:45951)\n at Md (/internal-agent.js:1827:1640)\n at Uo (/internal-agent.js:1827:1258)\n at Function.build (/internal-agent.js:1827:85)\n at t._make (/internal-agent.js:1828:18234)\n at t.use (/internal-agent.js:1828:17033)\n at /internal-agent.js:1837:6963\n at Ie.perform (/internal-agent.js:1:25891)","fileName":"/internal-agent.js","lineNumber":1,"columnNumber":47232}