remove unnecessassary log line in createprocess

This commit is contained in:
Hay1tsme 2024-02-19 00:59:08 -05:00
parent 14136ac973
commit 6e969d749f

View File

@ -252,7 +252,7 @@ BOOL my_CreateProcessW(
continue;
}
dprintf("CreateProcess: Hooking child process %S %S\n", lpApplicationName, lpCommandLine);
//dprintf("CreateProcess: Hooking child process %S %S\n", lpApplicationName, lpCommandLine);
wchar_t new_cmd[MAX_PATH] = {0};
wcscat_s(new_cmd, MAX_PATH, process_syms_w[i].head);