Gentoo Live CD Adventures
Published:
Build a custom Gentoo Live CD.
Published:
Build a custom Gentoo Live CD.
Published:
本文介绍 Linux 中各种各样的 uid 们。
Published:
Shellcode challenges in pwn.college.
Published:
How to quickly run a virtual machine in QEMU.
Published:
Building Android AOSP kernel and adding custom kernel modules!
Published:
How to use kexec for fast reboot/crashdump?
Published:
The structures of different page tables on Linux.
Published:
Due to the forgetfulness of myself, I write this article to record the procedure of updating my Gentoo system (kernel).
Published:
摸鱼时倒腾 verilog 的笔记。
Published:
摸鱼时倒腾 verilog 的笔记。
Published:
x86 中异常处理源代码定义复杂,此日志用于记录源代码分析流程,基于内核版本 5.19.0
。
Published:
In BPF program, there is a type for each register, which changes and is checked by the verification. If instruction is BPF_MOV64_REG(BPF_REG_1, BPF_REG_5)
, then type of R5
is copied to R1
.
Published:
分析了一堆 BPF 中出现的 CVE 们。
Published:
A solution for a crackme.
Published:
I am poor and all Juno Boards in our lab are under use of fuzzing (leave fuzzing away). So I have to buy a cheap board with CoreSight support, with lab funding.
Published:
Linux Kernel Development 读书笔记的第二部分,不知道何时有第三部分:)
Published:
这是 LKD 的读书笔记,希望能对自己以后在 Linux 下开发内核程序有所帮助。
Published:
Hoare 逻辑是一种证明程序性质的有效方法,它包含了两种为程序撰写规范的想法。
Published:
从第一次了解到 Software Foundation 开始,已经过去了好几个年头,而我终于把它的第一卷 Logic Foundation 读完了。
Published:
Coq 中常用的策略。
Published:
最近尝试用 Coffer 为哪吒 D1 引导 RISC-V Linux 遇到了下面一些问题,记录一下。
Published:
物理内存保护(Physical Memory Protection)是 RISC-V 安全性设计的一个重要组成部分。其分为三种保护模式,NA4、NAPOT、TOR,其中 NA4 是 NAPOT 的一种特殊形式。
Published:
近日为哪吒 D1 移植 RISC-V 可信执行环境 Coffer,一些值得注意的点,写了一个小记。
Published:
本文主要介绍如何在 RISC-V 与 Rust 开发环境下为裸金属目标 (Baremetal) 提供堆栈追踪能力。
Published:
本文主要关注 RISC-V 工具链的搭建以及相应的 QEMU Linux 虚拟机的配置启动上。
Published:
如何确保输出的一对广告满足展示比例的同时不会展示出重复的广告。