6 Mar
2025
6 Mar
'25
10:11 p.m.
Otherwise if NtCreateUserProcess() is used directly and requests access rights without PROCESS_CREATE_THREAD that fails process creation with STATUS_ACCESS_DENINED because (new_thread) server call (for creating first thread in the new process) in NtCreateUserProcess() requires PROCESS_CREATE_THREAD permission on process handle. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7517#note_97013