[Git][wine/wine][master] 4 commits: kernelbase: Implement VirtualProtectFromApp.
Alexandre Julliard pushed to branch master at wine / wine Commits: 3a5d9137 by Kareem Aladli at 2025-08-14T14:47:51+02:00 kernelbase: Implement VirtualProtectFromApp. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58482 Signed-off-by: Kareem Aladli <karimri(a)protonmail.com> - - - - - 8de32c97 by Kareem Aladli at 2025-08-14T15:12:37+02:00 kernelbase/tests: Add tests for VirtualProtectFromApp. - - - - - da32a641 by Kareem Aladli at 2025-08-14T15:12:37+02:00 ntdll: Set old_prot to PAGE_NOACCESS in NtProtectVirtualMemory() if the range is not mapped or committed. - - - - - 0ba7c654 by Kareem Aladli at 2025-08-14T15:45:46+02:00 ntdll/tests: Add tests for NtProtectVirtualMemory(). - - - - - 6 changed files: - dlls/kernelbase/kernelbase.spec - dlls/kernelbase/memory.c - dlls/kernelbase/tests/process.c - dlls/ntdll/tests/virtual.c - dlls/ntdll/unix/virtual.c - include/winbase.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/029eabf4c23f2407fb9d2ab17f41b5... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/029eabf4c23f2407fb9d2ab17f41b5... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)