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)