How to Sign Your Own System! LineageOS Release Key Signing and Flashing Tutorial

How to Sign Your Own System! LineageOS Release Key Signing and Flashing Tutorial

Copyright belongs to the author. If reprinted, please indicate the source of the article: https://cyrus-studio.github.io/blog/ Why Use a Release Key The test-key is a public and well-known development test key widely used during the testing phase. This means anyone can obtain this key and use it to sign their modified APKs or system files. System … Read more

Windows PCI Device Driver Development Guide: How to Create a Test Signature for Drivers

Windows PCI Device Driver Development Guide: How to Create a Test Signature for Drivers

In previous articles, we introduced how to write a simple WDF PCI driver, mentioning that Windows drivers need to be signed after compilation, and we used test signatures in our experiments. This article will explain how to create a test signature for the driver. Before discussing test signatures, let’s briefly introduce the principle of Windows … Read more