mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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:
parent
869e1792b8
commit
72612ded64
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ NtReadVirtualMemory(IN HANDLE ProcessHandle,
|
|||
Buffer,NumberOfBytesToRead);
|
||||
|
||||
Status = ObReferenceObjectByHandle(ProcessHandle,
|
||||
PROCESS_VM_WRITE,
|
||||
PROCESS_VM_READ,
|
||||
NULL,
|
||||
PreviousMode,
|
||||
(PVOID*)(&Process),
|
||||
|
|
Loading…
Reference in a new issue