Skip to content

Simple C utlity for changing the endianess of a file.

Notifications You must be signed in to change notification settings

jeanthom/EndianSwap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EndianSwap

Simple C utlity for changing the endianess of a file. Input file's length must be a multiple of 2 or 4 bytes.

Compiling

make

Usage

32 bits endianness swap :

bin/endianswap /my/input/file.bin /my/output/file.bin

16 bits endianness swap :

bin/endianswap -n 16 input.bin output.bin

About

Simple C utlity for changing the endianess of a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published