摘要:
转:Linux下的ELF文件、链接、加载与库 我们有两个C代码: // entry.c #include <stdio.h> __attribute((constructor)) void before_main() { printf("%s\n",__FUNCTION__); } int main 阅读全文
posted @ 2022-08-03 10:37
酒醉的Tiger
阅读(46)
评论(0)
推荐(0)