Module: wine Branch: master Commit: a5ff427acbcb051c98a606401e55428e1289048a URL: https://gitlab.winehq.org/wine/wine/-/commit/a5ff427acbcb051c98a606401e55428...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 3 10:58:47 2023 +0200
ntdll: Implement NtQueryVirtualMemory(MemoryImageInformation).
---
dlls/ntdll/tests/virtual.c | 5 ++++- dlls/ntdll/unix/virtual.c | 37 +++++++++++++++++++++++++++++++++++++ dlls/wow64/struct32.h | 17 +++++++++++++++++ dlls/wow64/virtual.c | 23 ++++++++++++++++++++++- include/wine/server_protocol.h | 20 +++++++++++++++++++- server/mapping.c | 17 +++++++++++++++++ server/protocol.def | 10 ++++++++++ server/request.h | 8 ++++++++ server/trace.c | 15 +++++++++++++++ 9 files changed, 149 insertions(+), 3 deletions(-)