05 2022 档案

gdb实现原理
摘要:一文带你看透 GDB 的 实现原理 -- ptrace真香 https://blog.csdn.net/Z_Stand/article/details/108395906 一窥GDB原理 https://mp.weixin.qq.com/s/teERWh9IRMuO6tieOZNNng 用图文带你彻 阅读全文

posted @ 2022-05-31 09:58 lh03061238 阅读(178) 评论(0) 推荐(0) 编辑

apt-get build-dep命令详解
摘要:今天看到一位网友的签名档写着:“用 Debian 的感觉就象家里开超市一样不管要什么只需一个 apt-get”。实在太贴切了,我也觉得有这种感觉~ 今天在ubuntu中文上看到 apt-get 里面有个 build-dep参数,上网查了好久都没有找到答案,手册英文写着:build-dep cause 阅读全文

posted @ 2022-05-31 09:37 lh03061238 阅读(388) 评论(0) 推荐(0) 编辑

GDB开发测试相关
摘要:TestingGDB https://sourceware.org/gdb/wiki/TestingGDB The DejaGnu Testing Framework http://ftp.gnu.org/old-gnu/Manuals/dejagnu-1.3/html_mono/dejagnu.h 阅读全文

posted @ 2022-05-31 08:50 lh03061238 阅读(34) 评论(0) 推荐(0) 编辑

gdb调试方法
摘要:调试利器GDB(上) https://www.cnblogs.com/lh03061238/p/13153966.html 调试利器GDB(下) https://www.cnblogs.com/lh03061238/p/13177510.html Linux_GDB调试学习笔记 https://ww 阅读全文

posted @ 2022-05-31 08:47 lh03061238 阅读(75) 评论(0) 推荐(0) 编辑

程序中的.dll .lib .def 和 .exp文件
摘要:程序中出现的.dll .lib .def 和 .exp文件 https://www.csdn.net/tags/NtzaggzsMTU3NTItYmxvZwO0O0OO0O0O.html 阅读全文

posted @ 2022-05-30 10:39 lh03061238 阅读(133) 评论(0) 推荐(0) 编辑

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 阅读(94) 评论(0) 推荐(0) 编辑

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 阅读(45) 评论(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 阅读(128) 评论(0) 推荐(0) 编辑

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 阅读(90) 评论(0) 推荐(0) 编辑

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

posted @ 2022-05-19 15:50 lh03061238 阅读(21) 评论(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 阅读(661) 评论(0) 推荐(0) 编辑

函数指针数组的运用
摘要:从函数指针数组的运用来看程序结构化设计 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 阅读(48) 评论(0) 推荐(0) 编辑

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 阅读(1458) 评论(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 阅读(162) 评论(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 阅读(212) 评论(0) 推荐(0) 编辑

ELFUTILS相关内容
摘要:The elfutils project https://sourceware.org/elfutils/ 阅读全文

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

深入理解debuginfo
摘要:原文:https://blog.csdn.net/chinainvent/article/details/24129311?spm=1001.2101.3001.6650.10&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault% 阅读全文

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

libelf介绍与使用
摘要:libelf 开源库用法详解 https://tinylab.org/libelf/ 阅读全文

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

32位,64位操作系统下基本数据类型字节大小(转)
摘要:原文:https://www.cnblogs.com/yjbjingcha/p/7146820.html 参考:https://blog.csdn.net/m0_64371275/article/details/124127952 32位,64位操作系统下基本数据类型字节大小 c语言中基本数据类型的 阅读全文

posted @ 2022-05-13 15:32 lh03061238 阅读(1922) 评论(0) 推荐(0) 编辑

.altinstruction
摘要:linux 动态替换(.altinstruction和__jump_table重定位) https://blog.csdn.net/qq_40227064/article/details/123921791 linux内核的指令替换-alternative instruction https://b 阅读全文

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

__jump_table
摘要:switch与跳转表(jump table) http://blog.chinaunix.net/uid-20434957-id-1680357.html switch跳转表简析 https://blog.csdn.net/ludashao2008/article/details/85566798 阅读全文

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

exception_table
摘要:Linux异常表 https://www.cnblogs.com/chengxuyuancc/p/3428944.html Linux内核的异常修复原理 https://www.cnblogs.com/pengdonglin137/p/15173019.html Linux special sect 阅读全文

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

x86指令深度学习(重点)
摘要:【译】x86程序员手册 https://www.cnblogs.com/mqmelon/tag/x86/default.html?page=3 x86_64汇编之一:AT&T汇编语法 https://blog.csdn.net/qq_29328443/article/details/10724212 阅读全文

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

git修改提交信息
摘要:Git 修改已提交的commit注释 https://blog.csdn.net/xiaolong2230/article/details/106235480?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task- 阅读全文

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

ELF文件学习
摘要:Linux elf文件分析 https://blog.csdn.net/qq_40227064/article/details/123952120 深入ELF文件内部以及READELF工具的使用 https://www.freesion.com/article/73441008841/ elf格式分 阅读全文

posted @ 2022-05-11 20:36 lh03061238 阅读(37) 评论(0) 推荐(0) 编辑

Unwind 栈回溯
摘要:参考文章: Stack unwinding https://zhuanlan.zhihu.com/p/280929169?utm_source=wechat_session (重点) linux 栈回溯(x86_64 ) https://zhuanlan.zhihu.com/p/302726082 阅读全文

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

有关git push origin HEAD:refs/for/
摘要:Git push 常见用法 https://www.cnblogs.com/webljl/p/13917664.html 关于refs/for/ 和refs/heads/ https://www.cnblogs.com/0616--ataozhijia/p/4165052.html Git refs 阅读全文

posted @ 2022-05-10 16:07 lh03061238 阅读(556) 评论(0) 推荐(0) 编辑

linux内核编译/kbuild/makefile
摘要:深入解析Makefile系列 https://zhuanlan.zhihu.com/p/362937406 Linux内核构建系统 http://www.javashuo.com/article/p-kleezuwe-mn.html linux内核编译系列篇 https://blog.csdn.ne 阅读全文

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

鸟哥的Linux私房菜:基础学习篇 第四版(kancloud)
摘要:https://www.kancloud.cn/wizardforcel/vbird-linux-basic-4e/152191 阅读全文

posted @ 2022-05-09 10:43 lh03061238 阅读(140) 评论(0) 推荐(0) 编辑

git 删除本地分支
摘要:git 命令怎么删除本地分支 https://blog.csdn.net/kaimo313/article/details/122371144 Git 如何删除本地分支和远程分支 https://blog.csdn.net/sub_lele/article/details/52289996 阅读全文

posted @ 2022-05-07 13:12 lh03061238 阅读(99) 评论(0) 推荐(0) 编辑

missing Change-Id in commit message footer的解决办法
摘要:参考: https://blog.csdn.net/oqqBall/article/details/122259637 https://blog.csdn.net/Jack_SivenChen/article/details/52924059?spm=1001.2101.3001.6650.1&ut 阅读全文

posted @ 2022-05-07 08:58 lh03061238 阅读(405) 评论(0) 推荐(0) 编辑

git commit命令详解
摘要:原文:https://blog.csdn.net/killer1989/article/details/46454005?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault 阅读全文

posted @ 2022-05-06 19:30 lh03061238 阅读(4026) 评论(0) 推荐(0) 编辑

Kconfig中的“depends on”和“select”(转)
摘要:在Kconfig文件中: config A depends on B select C 它的含义是:CONFIG_A配置与否,取决于CONFIG_B是否配置。一旦CONFIG_A配置了,CONFIG_C也自动配置了。 阅读全文

posted @ 2022-05-06 16:34 lh03061238 阅读(545) 评论(0) 推荐(0) 编辑

git blame命令
摘要:参考: git blame命令详解 https://blog.csdn.net/Romantic_wennuan/article/details/120753822 git bisect 与 git blame https://xiaoqiang666.blog.csdn.net/article/d 阅读全文

posted @ 2022-05-06 16:12 lh03061238 阅读(163) 评论(0) 推荐(0) 编辑

编译原理总结(《编译与反编译技术》)(转)
摘要:https://blog.csdn.net/qq_42882717/article/details/112178588 阅读全文

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

二进制分析实战:x86汇编快速入门(转)
摘要:https://blog.csdn.net/epubit17/article/details/121850383 阅读全文

posted @ 2022-05-02 22:11 lh03061238 阅读(428) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示