reading data from process' memory with Python

前端 未结 2 1922
闹比i
闹比i 2020-12-10 08:49

I\'m trying to read data from memory of a process by inputing the process name, then finding PID using psutil. So far I have this:

import ctypes
from ctypes          


        
2条回答
  •  鱼传尺愫
    2020-12-10 09:23

    On Windows, the PyMem library can help you with that: https://pymem.readthedocs.io/

提交回复
热议问题