forked from TeamTofuShop/segatools
createprocess: add replace_all flag
This commit is contained in:
@ -124,7 +124,7 @@ static DWORD CALLBACK carol_pre_startup(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
hr = createprocess_push_hook_a(".\\15312firm\\firmupdate_1113.exe", "inject -d -k carolhook.dll ", NULL);
|
||||
hr = createprocess_push_hook_a(".\\15312firm\\firmupdate_1113.exe", "inject -d -k carolhook.dll ", NULL, false);
|
||||
|
||||
if (FAILED(hr)) {
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user