學習「用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
相關文章
相關標籤/搜索