kubo / plthook

Hook function calls by replacing PLT(Procedure Linkage Table) entries.
762 stars 156 forks source link

Hooking Android Java or NDK library code #4

Closed Grey-Bit closed 6 years ago

Grey-Bit commented 6 years ago

@redmercury what would be the way to intercept a call of an Android Java or NDK library in my app that calls into some Android core service, let's say Maps or Camera?

kubo commented 6 years ago

If you know what function should be hooked, I (the author of plthook) can advise you. However I don't know function calls in android services. You may find it in android source.

yhs0602 commented 5 years ago

@Grey-Bit If you want to hook android java methods you can try XPosed Framework