09 2022 档案
摘要:转:https://blog.csdn.net/chen1415886044/article/details/104537547 GCC编译过程: 上述gcc命令其实依次执行了四步操作: 1.预处理(Preprocessing)2.编译(Compilation),3.汇编(Assemble),4.链
阅读全文
摘要:objdump # 查看依赖的库objdump -x xxx.so | grep NEEDED # 查看可执行程序依赖的库objdump -x ./testTime | grep NEEDED readelf (https://blog.csdn.net/yfldyxl/article/detail
阅读全文