From b01d7a57f1ac499e76bb797e2bb138b93cab43de Mon Sep 17 00:00:00 2001 From: bllry <83239039+bllryy@users.noreply.github.com> Date: Sun, 12 Apr 2026 02:38:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e9c1e9..4903e33 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ KVM hypervisor introspector. Reads vCPU state and guest physical memory from the Currently targets Windows 11 guests. Enumerates processes by walking the EPROCESS list and cross-references against PspCidTable to find DKOM-hidden ones. +Read the devpost! [link](https://devpost.com/software/spectral-kvm-hypervisor-introspector) + --- ## how it works