aboutsummaryrefslogtreecommitdiff
path: root/InjectorTest
diff options
context:
space:
mode:
Diffstat (limited to 'InjectorTest')
-rw-r--r--InjectorTest/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/InjectorTest/main.cpp b/InjectorTest/main.cpp
index e9e1e320..09a92314 100644
--- a/InjectorTest/main.cpp
+++ b/InjectorTest/main.cpp
@@ -10,7 +10,7 @@ int main() {
memset(&startupInfo, 0, sizeof(startupInfo));
memset(&processInfo, 0, sizeof(processInfo));
- CreateProcessW(PROC_NAME, (LPWSTR)L"-noorigin -multiple -novid", NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &startupInfo, &processInfo);
+ CreateProcessW(PROC_NAME, (LPWSTR)L"-multiple -novid", NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &startupInfo, &processInfo);
HMODULE hKernel32 = GetModuleHandleW(L"kernel32.dll");
LPTHREAD_START_ROUTINE pLoadLibraryW =