mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
Minor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user