学习“用dlopen,dlsym加载动态连接库.so中函数”之摘录

参考连接:https://www.cnblogs.com/eniac1946/p/7462082.htmlhtml 直接上代码:code static void *findSymbol(const char *path, const char *symbol) { void *handle = dlopen(path, RTLD_LAZY); if (!handle) { LOG
相关文章
相关标签/搜索