jmpews / Dobby

a lightweight, multi-platform, multi-architecture hook framework.
Apache License 2.0
3.88k stars 794 forks source link

dobby inlinehook threadsafe #265

Open 2777341168 opened 2 months ago

2777341168 commented 2 months ago

dobby hook After two functions, if the function is called by hook function two, it will cause the card to be stuck and it is suspected of recursion and will not be called back.

dobby hook两个函数后函数一调用函数二则会导致卡死 疑似递归 函数一无法回调