Skip to content

AttributeError: 'Process' object has no attribute 'get_modules' #24

@MeblIkea

Description

@MeblIkea

Hi, I have the same problem of others people with the get_pointer function who can't find the address because it needs the base address.
So I tried

base_address = process.get_modules()[0]
process.get_pointer(process.get_modules()[0] + address, offsets=offsets)

as said @MillhioreBT in issue #12, but I have this error AttributeError: 'Process' object has no attribute 'get_modules'.

I'm it with Python 3.10, and the module version is 0.1.5.
Thx!

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