chame1eon / jnitrace

A Frida based tool that traces usage of the JNI API in Android apps.
MIT License
1.62k stars 260 forks source link

Error after attach, spawn app crashing #41

Open H3XDaemon opened 2 years ago

H3XDaemon commented 2 years ago

ERROR: {'type': 'error', 'description': 'Error: unable to intercept function at 0x7132f4a6a8; please file a bug', 'stack': 'Error: unable to intercept function at 0x7132f4a6a8; please file a bug\n at value (frida/runtime/core.js:364)\n at I (node_modules/jnitrace-engine/dist/engine.js:33)\n at onLeave (node_modules/jnitrace-engine/dist/engine.js:69)', 'fileName': 'frida/runtime/core.js', 'lineNumber': 364, 'columnNumber': 1} image Android 9.0 Frida version 15.1.14

ERROR: {'type': 'error', 'description': 'Error: unable to intercept function at 0x6cee8446a8; please file a bug', 'stack': 'Error: unable to intercept function at 0x6cee8446a8; please file a bug\n at value (frida/runtime/core.js:364)\n at I (node_modules/jnitrace-engine/dist/engine.js:33)\n at onLeave (node_modules/jnitrace-engine/dist/engine.js:69)', 'fileName': 'frida/runtime/core.js', 'lineNumber': 364, 'columnNumber': 1} image Android 11 Frida version 15.1.14

spawn crash on both devices

ahmedmani commented 1 year ago

hey did you find a solution for this?

chame1eon commented 1 year ago

Hi,

Can you try Frida 16 to see if that has fixed the issue? If not you will need to submit a bug report with the Frida project so they can look at why that function did not intercept correctly.

Thanks

ahmedmani commented 1 year ago

@chame1eon tried jnitrace on different devices still same problem i dont think the issue is related to frida as jtrace uses jnitrace engine and works https://github.com/SeeFlowerX/jtrace

0xuu3389 commented 1 year ago

I use frida 16.1.0 also encountered the same problem, how to solve the problem?