链接参数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
posted @ 2020-08-14 13:31