Skip to content
New issue

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

Which android version does it support ? #6

Closed
Harsh2098 opened this issue Jul 5, 2018 · 2 comments
Closed

Which android version does it support ? #6

Harsh2098 opened this issue Jul 5, 2018 · 2 comments

Comments

@Harsh2098
Copy link

No description provided.

@kubo
Copy link
Owner

kubo commented Jul 5, 2018

Android support was contributed by @redmercury by PR #3.
I don't know which version is required. I guess that it doesn't depends on specific android versions because it doesn't use android-specific features. It uses features also in Linux.

@liudongmiao
Copy link

  1. plthook use dl_iterate_phdr.

For arm, it only supports android 5.0+.

  1. it use dlopen to check so, however, for non-public system library, it's forbidden since android 7.

https://github.com/kubo/plthook/blob/master/plthook_elf.c#L341

For android, you can try xhook, which should work on all android devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants