diff --git a/modules/Inject/tests/testsInject.cpp b/modules/Inject/tests/testsInject.cpp index 60bfd50..cf3f49e 100644 --- a/modules/Inject/tests/testsInject.cpp +++ b/modules/Inject/tests/testsInject.cpp @@ -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;