Welcome to my blogs!
A brief summary of CS-725
CS-725: Topics in Language-based Software Security, co-taught by Mathias Payer and Manuel Egele, is an inspiring seminar on software testing (finding bugs), and mitigation (protecting against the exploitation of bugs).
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).