Function: read
Reads size bytes starting at src address into bytearray.
This function is unsafe 🐉
srcmust be a valid address for reads up tosize
Parameters
src: int- the base address to read from.size: int- the amount of bytes to read.
Return Value
Returns a bytearray of the read bytes.