M
Jun 19, 2026Manipulating QEMU Hardwares with Bootkit
Boot a fresh QEMU instance and run dmidecode -t 1 inside it: System Information Manufacturer:...
Jun 19, 20267 min read0 reactions0 comments
Tag archive
Boot a fresh QEMU instance and run dmidecode -t 1 inside it: System Information Manufacturer:...

In this article, we will discuss how to establish communication between a UEFI driver and a Windows...
DXE Driver's main task is to create and install Protocols. In this post, I will explain how to create...
PCR is one of the most-used TPM functionality in UEFI security. Measured boot which ensures integrity...
In my previous post, I introduced how to submit very easy command TPM2_GetRandom to TPM from UEFI....
Using TPM2.0 from UEFI module is a painstaking task. TPM offers APIs called TSS (TCG Software Stack)...