- 
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@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().