We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78df8f1 commit 62224a8Copy full SHA for 62224a8
run_pe/main.cpp
@@ -37,12 +37,10 @@ int _tmain(int argc, LPTSTR argv[])
37
{
38
LPTSTR payload_path = NULL;
39
LPTSTR target_path = NULL;
40
-#ifdef _WIN64
41
if (isWindows1124H2OrLater()) {
42
std::cout << "WARNING: Executing RunPE on Windows11 24H2 or above requires patching NTDLL.ZwQueryVirtualMemory\n";
43
g_PatchRequired = true;
44
}
45
-#endif //_WIN64
46
if (argc < 3) {
47
std::tcout << TEXT("[ run_pe v") << version << TEXT(" ]\n")
48
<< TEXT("Args: <payload_path> <target_path>\n");
0 commit comments