tools: add script for byte endianness swapping
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 6 Jun 2020 20:21:47 +0000 (22:21 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 29 Jun 2020 20:36:35 +0000 (22:36 +0200)
commit753a8922f8a34af43a14de1cdb4eec5ef82961ee
treea8b757e9f1b85ebe31fd7ba78b63c7a34541532c
parentd8553d6ee3146bc06b8f86787138293d3f6453c3
tools: add script for byte endianness swapping

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>
tools/endian-swap.py [new file with mode: 0755]