mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 13:50:25 +08:00
ee7bf669c9a8455dafc2e7a7a0a8eef38e7d2c74
- Return an error in MiProtectVirtualMemory if we trying to access a region other than a section view or virtual memory. - Don't allow to read or write kernel memory in NtRead/WriteVirtualMemory. - Don't unprotect the memory in NtWriteVirtualMemory. - Don't allow to change the memory protection of kernel address space. - If it is possible, access the memory aligned by pages (in ProbeForWrite). svn path=/trunk/; revision=18743
…
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%