Android 15 | 想 hook libbase.so 中的 StringPrintf 函数,没有触发回调。 #70
Edison0716
started this conversation in
General
Replies: 3 comments 11 replies
-
libart.so 的函数 -> libbase.so 的函数。 此时想要 hook libbase.so 的函数 然后做一些行为。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
手动触发 确实会触发 hook proxy 的调用。 但是源码侧 确实看起来调用了 但是 就是没有 Proxy Func 的回调。 |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
_ZN7android4base12StringPrintfEPKcz
Beta Was this translation helpful? Give feedback.
All reactions