win32gui
.PyGetMemory
object =
PyGetMemory(
addr
, len
)
Returns a buffer object from and address and length
Parameters
addr
: int
Address of the memory to reference.
len
: int
Number of bytes to return.
Comments
If zero is passed a ValueError will be raised.