随笔分类 -  嵌入式理论基础

software breakpoint、hardware breakpoint、watchpoint
摘要:参考: 08 调试利器GDB(下)https://www.cnblogs.com/lh03061238/p/13177510.html breakpoint和watchpoint的区别 https://www.jianshu.com/p/9462a5280004 GDB再学习(7):断点调试之硬件断 阅读全文

posted @ 2023-07-26 14:36 lh03061238 阅读(70) 评论(0) 推荐(0) 编辑

GNU汇编程序伪指令介绍
摘要:汇编语言——伪指令详解 https://blog.csdn.net/weixin_43229030/article/details/106799580 ARM架构下常用GNU汇编程序伪指令介绍(Assembler Directive)https://blog.csdn.net/Roland_Sun/ 阅读全文

posted @ 2023-05-20 11:02 lh03061238 阅读(143) 评论(0) 推荐(0) 编辑

GNU IFUNC介绍
摘要:https://sourceware.org/glibc/wiki/GNU_IFUNC https://blog.csdn.net/qq_36779888/article/details/105283764 https://zhuanlan.zhihu.com/p/474311225 阅读全文

posted @ 2022-11-12 15:33 lh03061238 阅读(175) 评论(0) 推荐(0) 编辑

操作数栈
摘要:操作数栈(Operand Stack) https://www.jianshu.com/p/c0f267ff3a2d 操作数栈(Operand Stack) https://blog.csdn.net/z318913/article/details/123004876?utm_medium=dist 阅读全文

posted @ 2022-08-06 15:54 lh03061238 阅读(25) 评论(0) 推荐(0) 编辑

动态共享对象的装载时重定位(转)
摘要:参考:https://blog.csdn.net/parallelyk/article/details/42747239 阅读全文

posted @ 2022-07-25 10:28 lh03061238 阅读(63) 评论(0) 推荐(0) 编辑

Linux x86 Program Start Up
摘要:http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html 阅读全文

posted @ 2022-06-14 15:43 lh03061238 阅读(32) 评论(0) 推荐(0) 编辑

Thread Local Storage
摘要:Thread Local Storage(线程局部存储)TLS https://zhuanlan.zhihu.com/p/142418922 Thread Local Storage理解 https://blog.csdn.net/uestcyms/article/details/121059339 阅读全文

posted @ 2022-06-01 15:48 lh03061238 阅读(101) 评论(0) 推荐(0) 编辑

链接程序和库
摘要:参考:https://docs.oracle.com/cd/E24847_01/html/E22196/toc.html 阅读全文

posted @ 2022-06-01 15:07 lh03061238 阅读(30) 评论(0) 推荐(0) 编辑

gdb代码实现参考分析
摘要:GDB WIKI https://sourceware.org/gdb/wiki/HomePage https://sourceware.org/gdb/onlinedocs/gdb/ GDB Internals https://www.math.utah.edu/docs/info/gdbint_ 阅读全文

posted @ 2022-06-01 09:07 lh03061238 阅读(537) 评论(0) 推荐(2) 编辑

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) 编辑

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) 编辑

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) 编辑

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) 编辑

__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) 编辑

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) 编辑

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) 编辑

导航

< 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
点击右上角即可分享
微信分享提示