memflow icon indicating copy to clipboard operation
memflow copied to clipboard

Read/Write Pod functions should support byte order swapping

Open ko1N opened this issue 5 years ago • 0 comments

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.

ko1N avatar Oct 02 '20 13:10 ko1N