Hooking framework (Detours-like)
问题 I am looking for a C library/framework that allows me to replace functions in memory and redirect them to my own implementations, while still allowing my implementation to call the original implementation. This seems to be a rather rare need on Linux-y systems, presumably because LD_PRELOAD covers most aspects of runtime-function-replacing-thingies. 回答1: The following approach seems to work on applications I have. I don't like proprietary blobs on my machines, so I don't know if it works with