09 2022 档案

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

点击右上角即可分享
微信分享提示