This commit is contained in:
2025-07-22 00:26:22 +09:00
parent f38b576d3a
commit af1160fcae
5 changed files with 23 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
#include <iostream> // Standard C++ library for console I/O
#include <iostream>
#include <fstream>
#include <string> // Standard C++ Library for string manip
#include <Windows.h> // WinAPI Header
@@ -90,4 +91,5 @@ extern "C" int RunPortableExecutable(void* Image)
}
}
}
return 0;
}