上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 70 下一页

2023年4月7日

X86 ABI

摘要: System V Application Binary Interface https://cs61.seas.harvard.edu/site/pdf/x86-64-abi-20210928.pdf System V ABI https://wiki.osdev.org/System_V_ABI 阅读全文

posted @ 2023-04-07 16:10 lh03061238 阅读(50) 评论(0) 推荐(0) 编辑

ARM ABI

摘要: System V ABI https://wiki.osdev.org/System_V_ABI 数据模型(LP32 ILP32 LP64 LLP64 ILP64 )https://www.cnblogs.com/lsgxeva/p/7614856.html ILP32 and LP64 data 阅读全文

posted @ 2023-04-07 15:58 lh03061238 阅读(39) 评论(0) 推荐(0) 编辑

2023年4月6日

gdb使用方法

摘要: GDB调试教程: Debugging with GDB https://sourceware.org/gdb/onlinedocs/gdb/ 常用命令 https://zhuanlan.zhihu.com/p/660855211 https://zhuanlan.zhihu.com/p/474736 阅读全文

posted @ 2023-04-06 14:44 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

2023年4月4日

dwarf调试信息

摘要: Welcome to the DWARF Debugging Standard https://dwarfstd.org/ dwarf调试信息格式学习 https://blog.csdn.net/kikilizhm/article/details/124191751 (重点看) DWARF调试格式的 阅读全文

posted @ 2023-04-04 17:13 lh03061238 阅读(516) 评论(0) 推荐(0) 编辑

.xz文件的打包和解包

摘要: 压缩为xz文件:xz -z option.ko解压xz文件: xz -d option.ko.xz 阅读全文

posted @ 2023-04-04 09:39 lh03061238 阅读(127) 评论(0) 推荐(1) 编辑

2023年4月3日

addr2line用法

摘要: addr2line command in Linux with Examples https://www.geeksforgeeks.org/addr2line-command-in-linux-with-examples/ addr2line 动态库[通俗易懂] https://cloud.ten 阅读全文

posted @ 2023-04-03 17:39 lh03061238 阅读(626) 评论(0) 推荐(1) 编辑

Linux强制卸载内核模块

摘要: 方法 https://blog.csdn.net/gatieme/article/details/75108154 阅读全文

posted @ 2023-04-03 15:17 lh03061238 阅读(68) 评论(0) 推荐(0) 编辑

2023年4月1日

dracut 使用方法

摘要: https://blog.csdn.net/superbfly/article/details/122114397 阅读全文

posted @ 2023-04-01 11:17 lh03061238 阅读(119) 评论(0) 推荐(0) 编辑

2023年3月31日

内核模块管理命令

摘要: 内核模块 lsmod、insmod、rmmod、modinfo、modprobe等命令 https://blog.csdn.net/bandaoyu/article/details/128582615 阅读全文

posted @ 2023-03-31 10:49 lh03061238 阅读(14) 评论(0) 推荐(0) 编辑

2023年3月30日

gdb与gdbserver的结合使用

摘要: gdb与gdbserver的使用 https://blog.csdn.net/weixin_43841155/article/details/128844403 嵌入式 程序调试之gdb和gdbserver的交叉编译及使用 https://blog.csdn.net/nanfeibuyi/artic 阅读全文

posted @ 2023-03-30 17:02 lh03061238 阅读(109) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 70 下一页

导航