上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 69 下一页

2023年4月10日

Risc-V ABI

摘要: specifications https://riscv.org/technical/specifications riscv abi官方文档 https://github.com/riscv-non-isa/riscv-elf-psabi-doc 数据模型(LP32 ILP32 LP64 LLP6 阅读全文

posted @ 2023-04-10 21:06 lh03061238 阅读(96) 评论(0) 推荐(0) 编辑

C++空结构体

摘要: C++: What is the size of an object of an empty class? https://stackoverflow.com/questions/621616/c-what-is-the-size-of-an-object-of-an-empty-class Emp 阅读全文

posted @ 2023-04-10 11:37 lh03061238 阅读(30) 评论(0) 推荐(0) 编辑

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 阅读(47) 评论(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 阅读(38) 评论(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 阅读(21) 评论(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 阅读(454) 评论(0) 推荐(0) 编辑

.xz文件的打包和解包

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

posted @ 2023-04-04 09:39 lh03061238 阅读(114) 评论(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 阅读(561) 评论(0) 推荐(1) 编辑

Linux强制卸载内核模块

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

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

2023年4月1日

dracut 使用方法

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

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

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 69 下一页

导航