dlsym
library interposition with dlsym
I\'m writing an interposition library to track the usage of some library functions in libc, such as open(), close(), connect(), etc. It works generally well on most of the applications. However, when[详细]
2022-12-09 15:30 分类:问答A complicated situation while using dlsym casting
In our code there is a function defined as: a.h extern int (*get_prof_action(void))(void); a.c static int (*ProfAct开发者_Go百科ion)(void) = NULL;[详细]
2022-12-07 20:49 分类:问答