aboutsummaryrefslogtreecommitdiff
path: root/tools/endian-swap.py
AgeCommit message (Collapse)Author
2020-06-29tools: add script for byte endianness swappingDaniel Schwierzeck
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>