1 #include <dlfcn.h> 2 RtldNextFunc()3 void* RtldNextFunc() 4 { 5 return dlsym(RTLD_NEXT, "printf"); 6 }