tech-notes#
Coverage Control in libFuzzer
This article reveals how to control the coverage collection in libFuzzer.
Introduction to Bhyve
In this short article, I'm going to introduce what is Bhyve, how it works, and how to modify it.
Display in QEMU
Gerd Hoffmann has introduced graphics in QEMU here and there1, and in this article, I will do some basic introduction about QEMU displays and QEMU consoles with QEMU code (QEMU 6.1.0-rc3).
Clang, wllvm, passes, QEMU/Linux kernel for x86_64
Building QEMU/Linux kernel with Clang enables running LLVM passes on these code and performing static analysis.
Buildroot, QEMU and Linux kernel for x86_64
How to build a minimum Linux kernel with customized rootfs and run it with QEMU?