随笔分类 -  编译链接

编译链接基础知识
链接参数export dynamic和-rdynamic的使用
摘要:存在程序main通过dlopen使用libA中的符号: 1 #include <stdio.h> 2 #include <dlfcn.h> 3 4 typedef void (*func)(void); 5 6 7 void test_main() 8 { 9 return; 10 } 11 12 阅读全文

posted @ 2020-08-14 13:31 jueshiwuming 阅读(1095) 评论(0) 推荐(0)

导航