linux 内核printk格式化输出
参考: 如何获得正确的printk格式占位符 — The Linux Kernel documentation… Continue Reading ‘linux 内核printk格式化输出’
参考: 如何获得正确的printk格式占位符 — The Linux Kernel documentation… Continue Reading ‘linux 内核printk格式化输出’
有时候内核源码树外的内核模块编译时,需要适配多个版本linux电脑的多个GCC版本,如果是同一套代码,在使用的… Continue Reading ‘linux 内核模块编译,适配GCC版本’
由于eBPF 内核中内存读取的限制,默认情况是不能直接访问内核指针属性的。 需要使用bpf_core_read… Continue Reading ‘eBPF 获取内核结构体属性’
CMake使用一例,并设置使用NASM汇编器,编译asm 64位汇编代码 cmake_minim… Continue Reading ‘CMake 开启/使用 NASM 编译汇编代码 配置’
git checkout https://github.com/0xPolygonHermez/zkevm-n… Continue Reading ‘zkevm-node 代码分析’
ETH:即以太坊代币。 Polygon zkEVM:即与以太坊网络兼容的私有网络,可以用来组成新的区块链,并可… Continue Reading ‘ETH兼容网络Polygon zkEVM. 零知识证明prover模块代码分析’
rust中闭包引用使用稍微有点不方便的地方记录一下,代码文件层级如下,并且都以pub mod在当前mod中声明… Continue Reading ‘[rust]闭包使用不便的地方’
webrtc.rs 是一个RTC协议的实现,是著名的Pion(GOLANG 写的webrtc实现,是由goog… Continue Reading ‘[rust]学习webrtc.rs 【1】 :webrtc握手流程’
我目前已知的方式 1 )内核态:找到和替换系统调用表- syscall table (如/proc/kall… Continue Reading ‘linux hook各种方式’
转自:https://blog.csdn.net/u010358168/article/details/835… Continue Reading ‘openssl 证书格式介绍及命令如何转换’