22 Jul
2022
22 Jul
'22
5:14 p.m.
It seems like the test is failing under wow64 because the thunk for setting `ProcessExecuteFlags` always returns access denied: https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/wow64/process.c#L1088. After passing it through to `NtSetInformationProcess`, the tests pass. I can commit this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/500#note_4765