From f535ee938e7eafca75604ef5424f01b53919f47c Mon Sep 17 00:00:00 2001 From: furtest Date: Sat, 27 Sep 2025 18:41:37 +0200 Subject: [PATCH] Remove mention of example from hidden vm --- content/posts/hidden_vm.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/posts/hidden_vm.md b/content/posts/hidden_vm.md index 57e59ec..df55491 100644 --- a/content/posts/hidden_vm.md +++ b/content/posts/hidden_vm.md @@ -7,7 +7,6 @@ description = "How to create a hard to detect virtual machine using QEMU." This article explains how to create a stealthy virtual machine that can be used for multiple things. I made this for my personnal use so there is still room for improvement. -I'll explain what I personally use it for at the end. Virtual machine detection can be done in a lot of ways however, except for the most basic ones it always revolves around identifying markers that are hard coded into the hypervisor.