summaryrefslogtreecommitdiff
path: root/tools/endian-swap.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-29tools: add script for byte endianness swappingDaniel Schwierzeck1-0/+55
This can be used to swap the byte endianness of a binary file from Little-Endian to Big-Endian or vice-versa. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>