上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 69 下一页

2022年5月27日

gcc警告选项汇总--编辑中|gcc编译选项(转)

摘要: 转自:https://blog.csdn.net/bandaoyu/article/details/115419255 gcc警告选项汇总 https://blog.csdn.net/qq_17308321/article/details/79979514 常见gcc编译警告整理以及解决方法 htt 阅读全文

posted @ 2022-05-27 10:21 lh03061238 阅读(67) 评论(0) 推荐(0) 编辑

2022年5月26日

GDB相关资源汇总

摘要: 使用binutils-gdb来编译gdb和binutils https://blog.csdn.net/orz365/article/details/108210370 社区中gdb包主要源码来源 spec文件中源码来源:Source: ftp://sourceware.org/pub/gdb/re 阅读全文

posted @ 2022-05-26 20:03 lh03061238 阅读(33) 评论(0) 推荐(0) 编辑

diff命令的用法

摘要: 参考: diff 比较两个文件夹下各个文件的内容(差别) https://dalewushuang.blog.csdn.net/article/details/89633180?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.n 阅读全文

posted @ 2022-05-26 09:11 lh03061238 阅读(102) 评论(0) 推荐(0) 编辑

2022年5月24日

git tag的用法(转)

摘要: 参考: https://blog.csdn.net/rjzcsdn/article/details/123741084 https://blog.csdn.net/weixin_34316162/article/details/113896400 1. 使用git tag <name> 就可以打一个 阅读全文

posted @ 2022-05-24 20:22 lh03061238 阅读(83) 评论(0) 推荐(0) 编辑

2022年5月19日

符号位扩展

摘要: 在C中从24位到32位的有符号扩展 https://www.icode9.com/content-4-481282.html 阅读全文

posted @ 2022-05-19 15:50 lh03061238 阅读(17) 评论(0) 推荐(0) 编辑

grep精确匹配一个单词/仅搜索.c文件和.h文件

摘要: 原文:https://blog.csdn.net/u013176681/article/details/77737724/?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~defa 阅读全文

posted @ 2022-05-19 11:23 lh03061238 阅读(573) 评论(0) 推荐(0) 编辑

2022年5月17日

函数指针数组的运用

摘要: 从函数指针数组的运用来看程序结构化设计 https://www.linuxidc.com/Linux/2016-12/138780.htm 函数指针数组 https://blog.csdn.net/qq_45349785/article/details/99679621 函数指针数组 https:/ 阅读全文

posted @ 2022-05-17 21:06 lh03061238 阅读(36) 评论(0) 推荐(0) 编辑

2022年5月14日

objdump的用法

摘要: 参考: https://www.csdn.net/tags/MtTacg5sOTU5ODQtYmxvZwO0O0OO0O0O.html https://blog.csdn.net/qq_41683305/article/details/105375214 1. 在编译时必须使用-g选项,-g意为de 阅读全文

posted @ 2022-05-14 10:38 lh03061238 阅读(1191) 评论(0) 推荐(0) 编辑

elf文件之重定位相关

摘要: 可重定位文件结构分析(关于rel/rela字段的解释) https://www.cnblogs.com/smilingsusu/p/14782722.html ELF探究 之 重定位 https://www.jianshu.com/p/2055bd794e58 ELF 解析重定位节 包含REL RE 阅读全文

posted @ 2022-05-14 10:13 lh03061238 阅读(128) 评论(0) 推荐(0) 编辑

readelf的使用

摘要: 参考: readelf命令使用说明: https://blog.csdn.net/yfldyxl/article/details/81566279 Linux常用命令readelf命令具体使用方法 https://www.lxlinux.net/3614.html readelf -v显示版本 re 阅读全文

posted @ 2022-05-14 09:47 lh03061238 阅读(197) 评论(0) 推荐(0) 编辑

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 69 下一页

导航