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!