[记录]Qt部署桌面linux,移植编译参数讲解。
记录一个linux qt5.15.15的部署案例。支持几乎全qt模块(包括qtwebengine最新版本),支… Continue Reading ‘[记录]Qt部署桌面linux,移植编译参数讲解。’
记录一个linux qt5.15.15的部署案例。支持几乎全qt模块(包括qtwebengine最新版本),支… Continue Reading ‘[记录]Qt部署桌面linux,移植编译参数讲解。’
下载安装 wget -O gitea https://dl.gitea.com/gitea/1.22.6/gi… Continue Reading ‘[git工作流]gitea ubuntu安装部署’
以往(指内核 版本<5.15.153 ),在X86架构下,内核层做到hook系统调用表,只需要获取sys… Continue Reading ‘[记录]linux 内核架构升级更新对常规替换系统调用表hook方式的影响(linux kernel 5.15.153 ->5.15.154 使用了generated syscall)’
一、往用户空间传递数据 1.传递单个数据 put_user()可以向用户空间传递单个数据。单个数据并不是指一个… Continue Reading ‘linux kernel 往用户空间传递数据’
大部分机翻自【https://tldp.org/LDP/lki/lki-3.html】 3. 虚拟文件系统 (… Continue Reading ‘VFS实现细节翻译 {https://tldp.org/LDP/lki/lki-3.html}’
参考: 如何获得正确的printk格式占位符 — The Linux Kernel documentation… Continue Reading ‘linux 内核printk格式化输出’
有时候内核源码树外的内核模块编译时,需要适配多个版本linux电脑的多个GCC版本,如果是同一套代码,在使用的… Continue Reading ‘linux 内核模块编译,适配GCC版本’
由于eBPF 内核中内存读取的限制,默认情况是不能直接访问内核指针属性的。 需要使用bpf_core_read… Continue Reading ‘eBPF 获取内核结构体属性’
git checkout https://github.com/0xPolygonHermez/zkevm-n… Continue Reading ‘zkevm-node 代码分析’
ETH:即以太坊代币。 Polygon zkEVM:即与以太坊网络兼容的私有网络,可以用来组成新的区块链,并可… Continue Reading ‘ETH兼容网络Polygon zkEVM. 零知识证明prover模块代码分析’