标签: python ctypes
我需要知道连接到进程的DLL的地址。在pymem中,我会这样做:
base_address = pymem.process.module_from_name(process.process_handle, "name.dll").lpBaseOfDll