From 313bcefbc5bd6d0010bc5383944f38d5073b1501 Mon Sep 17 00:00:00 2001 From: vxCrypt0r <76695257+vxCrypt0r@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:18:27 -0700 Subject: [PATCH] Update main.cpp --- voidgate-master/Voidgate/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voidgate-master/Voidgate/main.cpp b/voidgate-master/Voidgate/main.cpp index 166b61f..34246ac 100644 --- a/voidgate-master/Voidgate/main.cpp +++ b/voidgate-master/Voidgate/main.cpp @@ -39,7 +39,7 @@ INT main() PVOID veh = AddVectoredExceptionHandler(1, &VehDecryptHeapAsm); if (veh) { - std::cout << "Starting the on-the-fly encrypted assembly execution thread... This may take a while depending on the efficiency of the shellcode..." << std::endl; + std::cout << "Executing the payload with VEH ASM decryption... This may take a while depending on the efficiency of the shellcode..." << std::endl; VoidGate vg = (VoidGate)payload_entry; vg(); }