You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
你好,这个hook项目非常优秀,非常感谢开源。我在使用过程中遇到了这样的场景(可能标小众):
如果APP中的 a.so 和b.so 都静态编译引入了BHOOK, 并都使用其hook了同一个方法(a.so先hook, b.so后hook)。
问题1: 是a.so 和 b.so 谁的hook callback会先到呢?
问题2: 先到的那个如果调用BYTEHOOK_CALL_PREV,还会触发另一个so中的hook callback吗。(根据我遇到的问题,好像第二个callback不会被触发)。
感谢解答,非常感谢。
All reactions