summaryrefslogtreecommitdiffstats
path: root/tools/endian-swap.py
Commit message (Collapse)AuthorAgeFilesLines
* tools: add script for byte endianness swappingDaniel Schwierzeck2020-06-291-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>