How to trace API methods #4
-
hooks.json file have api methods to hook, How the project handles to trace such methods? |
Beta Was this translation helpful? Give feedback.
Answered by
yanivagman
Sep 6, 2022
Replies: 1 comment
-
The method is explained in the paper: https://arxiv.org/abs/2105.14344 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kochia3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The method is explained in the paper: https://arxiv.org/abs/2105.14344
The idea is to take advantage of ART which compiles the Android API ahead of time, find the methods offsets, and use regular uprobes to attach them