Closed PeterParker369 closed 4 years ago
Hi,
Thanks very much for your comments and suggestions.
I've tried to reproduce the error you were experiencing but have been unable to. I am using the same application and a 64 bit ARM Android 8 device. I got the same output as you up until the error you were seeing, the application seemed to work okay for me. Any chance you can provide a bit more information on what were you were doing on the application to cause the issue?
It might also be helpful to try targeting a smaller set of libraries to see if we can narrow down the one that is the causing the issue.
Thanks also for your feature suggestion. I think that would be a useful idea, especially in trying to help work around this issue. I'll have a look at implementing the feature you suggested.
Using Xiaomi Mi A3 (arm64, Android 9). Tried my Windows VM and Linux VM with device. Tried frida 12.8.20 and 12.9.3. Error is the same. I'm not using any scripts before or after calling jnitrace, just executing the command:
jnitrace -l * -m spawn com.boundless.jawaker
jnitrace -l * com.boundless.jawaker - gives the same error
Also tried:
Start an app and immediately execute 'jnitrace -l * -m attach com.boundless.jawaker'
.
Jnitrace prints some info to console (the image below), app's loading progress bar freezes and nothing happens.
Waited for long. If I press 'Enter' in console the app stops.
Also as You advised to target a smaller set of libraries. I tried to execute jnitrace with only one library name. Iterated all library names. Tried spawn/attach arguments. The result is that app closes and alert window is showed 'Sorry. The application has stopped unexpectedly. Bla bla bla..'
As I see the main difference in Android version. Maybe something has been changed.
Any recommendations?:)
Sorry for the delay in getting back to you on this. Have you tried with other applications? I wonder if the issue is caused by custom library that your device is loading that my device does not have.
Let me know if it happens with other applications. If it does it should narrow the problem down to the app or the device.
Closing this as no updates in last four weeks.
Hello. I am new in studying your toolkit. Thank you for developing such interesting tool. Together with frida you can do everything you want:)
I've got an error. The log and error below. The app doesn't starts. Is it because of unity libs? Tried frida 12.8.20 and last 12.9.3. Thanks. Waiting for reply:)
Also I'd like to suggest to add an argument :)
jnitrace -l * -m spawn com.boundless.jawaker (https://play.google.com/store/apps/details?id=com.boundless.jawaker&hl=en) Tracing. Press any key to quit...
ERROR: {'type': 'error', 'description': 'Error: abort was called', 'stack': 'Error: abort was called\n at InvocationContext. (node_modules/jnitrace-engine/dist/jni/jni_env_interceptor.js:260:23)', 'fileName': 'node_modules/jnitrace-engine/dist/jni/jni_env_interceptor.js', 'lineNumber': 260, 'columnNumber': 23}