We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Colin
i was trying to hook String.intern() but it made the application crash with a SEGV_MAPERR while doing (*env)->CallObjectMethod(...).
#define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */
The strmon example works properly so I do not understand what's going on.
Below is a screenshot of the crash log from logcat. I highlighted in green my lib that has been injected.
The offset 0x000017bc refers to the line 92.
Do you have an idea of what could cause this?
The text was updated successfully, but these errors were encountered:
This solution #8 solved the issue for now.
Sorry, something went wrong.
No branches or pull requests
Hi Colin
i was trying to hook String.intern() but it made the application crash with a SEGV_MAPERR while doing (*env)->CallObjectMethod(...).
#define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */
The strmon example works properly so I do not understand what's going on.
Below is a screenshot of the crash log from logcat. I highlighted in green my lib that has been injected.
The offset 0x000017bc refers to the line 92.
Do you have an idea of what could cause this?
The text was updated successfully, but these errors were encountered: