libmem
libmem copied to clipboard
Add helper functions for Python to avoid manual unpacking all the time
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