Re: Added check for PROCESS_VM_WRITE, without which, some programs go into an infinite loop Henry Blum <henry.blum@gmail.com>
May 9, 2010
12:45 a.m.
On 5/7/10 11:10 PM, Henry Blum wrote:
- if (status != STATUS_SUCCESS) + if (status != STATUS_SUCCESS || (access & PROCESS_VM_WRITE)) According to this, opening a process and specifying the PROCESS_VM_WRITE access right causes OpenProcess() to fail.
Why do you need this? And what about programs that legitimately need to write to another process's VM? Chip
5799
Age (days ago)
5799
Last active (days ago)
0 comments
1 participants
participants (1)
-
Charles Davis