Nov. 5, 2024
9:37 a.m.
On Tue Nov 5 09:37:05 2024 +0000, Alexandre Julliard wrote: > We should first make sure that NtQueryVirtualMemory behaves correctly. A > quick test suggests that it should succeed for PROCESS_VM_OPERATION|PROCESS_VM_WRITE. Pushed V2: - tests now apply to NtQueryVirtualMemory (instead of WriteProcessMemory) - fix now just amends process access rights in server (tested on Win10 that the granted access rights include PROCESS_QUERY_LIMITED_INFORMATION) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6767#note_86609