memflow
memflow copied to clipboard
Read/Write Pod functions should support byte order swapping
Currently, the read/write Pod functions will not work properly if the endianness of the target system is mismatched. We should make sure to swap the bytes if possible through the derived byte swap.