Replies: 2 comments 8 replies
-
unique 模式可以通过 hook 返回的 orig_addr 调用原函数,shared 模式可以通过 SHADOWHOOK_CALL_PREV 宏调用原函数,这样不会导致递归调用。 |
Beta Was this translation helpful? Give feedback.
5 replies
-
default.mp4 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在proxy函数里面直接调用被hook的函数不会死循环支持吗
Beta Was this translation helpful? Give feedback.
All reactions