usage: little_endian2big_endian.py [-h] [-v] [--output OUTPUT]
[--bitSize BITSIZE]
binFile
Little_endian to big_endian.
positional arguments:
binFile binary file
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity
--output OUTPUT output big_endian bin file
--bitSize BITSIZE architecture bit size,support:8,16,32,64