我正在尝试编写一个Python脚本来读取特定进程的一系列内存位置.
我怎么能用Python做到这一点?
如果重要的话我会使用Windows.我有我正在尝试读取/编辑的进程PID.
我是否必须恢复调用ReadProcessMemory()并使用ctypes?
python
python ×1