dlsym
dlsym
-
Using dlsym to extract a hidden symbol returns NULL .
使用dlsym提取一个隐藏的符号将会返回NULL。
-
Dlsym return a pointer to the requested entry point
dlsym返回一个指向被请求入口点的指针
-
The entry point printUPPERCASE address is returned by dlsym .
dlsym返回入口点printUPPERCASE的地址。
-
The application gains access to the shared objects by using function calls dlopen , dlsym , and dlclose to the dynamic linking loader .
应用程序通过使用对动态链接装入器的dlopen、dlsym和dlclose函数调用来获取对共享目标文件的访问。
-
In pseudo , the address returned for dlsym ( RTLD_NEXT ," open ") is stored in a function pointer named real_open () .
在pseudo中,为dlsym(RTLDNEXT,“open”)返回的地址储存在名为realopen()的函数指针中。
-
The UNIX equivalents for the same functions are the dlopen , dlsym , and dlclose routines .
对于这些函数,UNIX的等价物分别是dlopen、dlsym和dlclose例程。