Skip to content

Wrong value at the address #6

Open
@Seraphli

Description

@Seraphli
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions