flipfile 0.7.0

Flip the bytes in multiple files
Documentation
1
2
3
4
5
6
7
8
9
10
11
# flipfile

Flip the bytes in multiple files

`flipfile` takes a number of files and transforms each byte.

The possible transformations are:

- `-f, --flip`: flip the bytes, i.e. negates each bit,
- `-r, --reverse`: reverse the bytes,
- `-s, --swab`: swab the bytes, i.e. swap the first 4 and the last 4 bits.