libmem icon indicating copy to clipboard operation
libmem copied to clipboard

Add helper functions for Python to avoid manual unpacking all the time

Open rdbo opened this issue 1 year ago • 0 comments

When reading memory in Python, the function will return an array of bytes It's annoying to unpack it into a Python value all the time, so there should be a helper function to do that

rdbo avatar May 27 '24 14:05 rdbo