Update main.cpp

This commit is contained in:
vxCrypt0r
2024-06-12 00:18:27 -07:00
committed by GitHub
parent 59f1d207fa
commit 313bcefbc5
+1 -1
View File
@@ -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();
}