摘要: #include <stdio.h> #include <unistd.h> int main(){ printf("the pid is %d\n",getpid()); return 0; } gcc -o gotTest main.c readelf -a gotTest 可以得到如下结果: 阅读全文
posted @ 2022-08-10 11:31 repinkply 阅读(115) 评论(0) 推荐(0)