mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
don't request write access in NtReadVirtualMemory, this should fix the listdlls.exe issues
svn path=/trunk/; revision=14813
This commit is contained in:
@@ -504,7 +504,7 @@ NtReadVirtualMemory(IN HANDLE ProcessHandle,
|
||||
Buffer,NumberOfBytesToRead);
|
||||
|
||||
Status = ObReferenceObjectByHandle(ProcessHandle,
|
||||
PROCESS_VM_WRITE,
|
||||
PROCESS_VM_READ,
|
||||
NULL,
|
||||
PreviousMode,
|
||||
(PVOID*)(&Process),
|
||||
|
||||
Reference in New Issue
Block a user