revbin
v1.0.1
Published
Like rev but for binary files.
Downloads
1
Readme
Like rev but for binary files!
Install
npm install -g revbin
buffer-reverse and argparse will also be installed as depedencies.
Usage
# Reverse a file.
revbin --in-file zipFile.zip --out-file backwardZip.bin
# Reverse stdin and write to stdout.
echo -n "hello, world" | revbin
# Show help
revbin -h
Licence
GNU GENERAL PUBLIC LICENSE
Copyright (C) 2007 Free Software Foundation