这个好玩吗
Results
2
issues of
这个好玩吗
我在线上使用 bhook,版本 v1.0.3,想 hook 一个动态下载的 so,发现会有 so 已经加载好,但是 bhook 没有自动去 hook 的问题,出现概率比较低。 我找到了一种复现场景,发现是 bhook 没有立即监听到动态库的加载,所以也没有 hook 了: 1.线程 1 去初始化 bhook,调用 Bytehook.init,并且调用 bytehook_hook_single; 2.线程 2 加载某一个 so; 复现的环境和代码我也贴出来: bhook 版本:v1.0.3...
bug
enhancement
I had a problem using quiche, the nginx worker sometimes be busy, cpu reached 100,the stream always readable in a loop and not exit. the code commit I'm using is...
nginx