游泳馆的岛的博客I'm getting error code 998 (ERROR_NOACCESS) when using ReadProcessMemory to read the memory of a 64bit process (Minesweeper). I'm using python 3.5 64bit on windows 7 64bit.The strange thing is, this e...
奥肯的博客I'm trying to read data from memory of a process by inputing the process name, then finding PID using ... So far I have this:import ctypesfrom ctypes import *from ctypes.wintypes import *import wi...