随笔分类 -  Linux内核学习、开发

Linux exec 类函数
摘要:Linux exec 系列函数:execl execv等 https://blog.csdn.net/lqy971966/article/details/110532621 linux进程 exec族函数(execl, execlp, execle, execv, execvp, execvpe)  阅读全文

posted @ 2022-07-26 11:11 lh03061238 阅读(135) 评论(0) 推荐(0) 编辑

linux fork()
摘要:Linux中fork函数详解(附图解与代码实现) https://blog.csdn.net/m0_53133879/article/details/124892548 Linux进程Fork详解 https://blog.csdn.net/tianjindong0804/article/detai 阅读全文

posted @ 2022-07-26 11:00 lh03061238 阅读(144) 评论(0) 推荐(0) 编辑

linux中的信号机制及原理分析
摘要:Linux的信号 https://blog.csdn.net/weixin_45676049/article/details/109256132 Linux 信号总结以及常见信号使用 https://blog.csdn.net/zb1593496558/article/details/8028034 阅读全文

posted @ 2022-07-26 10:56 lh03061238 阅读(57) 评论(0) 推荐(0) 编辑

wait()/waitpid()系统调用
摘要:Linux中waitpid()函数的用法 https://blog.csdn.net/Roland_Sun/article/details/32084825?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-07-26 10:47 lh03061238 阅读(86) 评论(0) 推荐(0) 编辑

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

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

linux查看系统进程信息
摘要:linux如何查看进程 https://m.php.cn/article/470941.html 在Linux中查看所有正在运行的进程的方法 https://www.jb51.net/article/191006.htm pidof查找进程pid https://blog.csdn.net/qq_5 阅读全文

posted @ 2022-06-30 11:12 lh03061238 阅读(280) 评论(0) 推荐(0) 编辑

调试工具strace
摘要:strace https://sourceforge.net/projects/strace/files/strace/ https://strace.io/ https://github.com/strace/strace linux交叉编译-strace工具 https://blog.csdn. 阅读全文

posted @ 2022-06-30 10:46 lh03061238 阅读(167) 评论(0) 推荐(0) 编辑

调试工具ltrace
摘要:ltrace: http://www.ltrace.org/ https://github.com/dkogan/ltrace https://gitee.com/src-anolis-os/ltrace/ https://gitee.com/src-openeuler/ltrace/ https: 阅读全文

posted @ 2022-06-30 09:52 lh03061238 阅读(226) 评论(0) 推荐(0) 编辑

Linux下查找文件(find、grep命令)及结合使用
摘要:Linux下查找文件(find、grep命令) https://blog.csdn.net/GG_Bruse/article/details/124360771 阅读全文

posted @ 2022-06-11 14:20 lh03061238 阅读(129) 评论(0) 推荐(0) 编辑

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

posted @ 2022-05-31 09:37 lh03061238 阅读(389) 评论(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) 编辑

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 阅读(664) 评论(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) 编辑

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

十分有用的若干网站
摘要:Free the Software https://sourceware.org/ Systems Programming and Machine Organization https://cs61.seas.harvard.edu/site/2018/ Computer Organization 阅读全文

posted @ 2022-04-28 14:21 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

内核文档stack-validation.txt中文
摘要:翻译内核文档stack-validation.txt,难免有错误 基于4.19.190内核,高版本内核中或许有更新 内核 CONFIG_STACK_VALIDATION 选项启用objtool 在编译时运行。 它有一个“检查”子命令,分析每个 .o 文件并确保其堆栈元数据的有效性。它对 asm 代码 阅读全文

posted @ 2022-04-22 11:21 lh03061238 阅读(504) 评论(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
点击右上角即可分享
微信分享提示