This commit is contained in:
Maxime DE CAUMIA BAILLENX
2023-04-26 14:16:15 +02:00
parent dca278ef31
commit c459ccc717
+1 -1
View File
@@ -29,7 +29,7 @@ bool testInject()
{
#ifdef _WIN32
shellCodeFile=".\calc.exe";
shellCodeFile=".\\calc.exe";
int pid = launchProcess("C:\\Windows\\System32\\notepad.exe");
std::cout << "notepad pid " << pid << std::endl;