Open
Description
address = 0x819E5F00
pm = Pymem(process.pid)
value = pm.read_float(address)
print(value)
with OpenProcess(pid=process.pid) as process:
value = process.read_process_memory(address, float, 4)
print(value)
pymem read the right value, while PyMemoryEditor get a wrong value.
Is any thing wrong with this code?
Metadata
Metadata
Assignees
Labels
No labels