1.0.1 • Published 7 years ago

revbin v1.0.1

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
7 years ago

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