Цитата:
Сообщение от Алексанw24
Вот я пока думаю переписать у себя код на использование win32 без библиотек т.к. пока я не нашёл ни в одной задание режима открытия
|
Собственно, Kernel32.OpenProcess, второй параметр:
https://msdn.microsoft.com/ru-ru/lib...or=-2147217396
dwDesiredAccess [in]
The access to the process object. This access right is checked against the security descriptor for the process. This parameter can be one or more of the process access rights.
Там ссылка на возможные права. Среди них:
PROCESS_VM_READ (0x0010) Required to read memory in a process using ReadProcessMemory.