From f425377e5b15dc97ce8caa484b3e282ec5df529c Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Fri, 13 Aug 2021 20:02:28 +0100 Subject: add local http server for auth --- InjectorTest/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'InjectorTest/main.cpp') diff --git a/InjectorTest/main.cpp b/InjectorTest/main.cpp index 351708c3..e9e1e320 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"", NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &startupInfo, &processInfo); + CreateProcessW(PROC_NAME, (LPWSTR)L"-noorigin -multiple -novid", NULL, NULL, FALSE, CREATE_SUSPENDED, NULL, NULL, &startupInfo, &processInfo); HMODULE hKernel32 = GetModuleHandleW(L"kernel32.dll"); LPTHREAD_START_ROUTINE pLoadLibraryW = -- cgit v1.2.3