Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mefistotelis committed Jul 8, 2015
2 parents 9bf8e1a + 00fed52 commit 9300982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# barred
Binary Arrays Editor

This program allows to view and edit binary files which contain
array of constant-width records, like databases used in games.

Usage:
barred [-s <number>] [-n <number>] <file>
where:
[file] - File name to edit,
-s <number> - Index of the byte within file which will be used as first.
-n <number> - Amount of bytes per line.

If run without parameters, the program will ask for file name.

Note that it is a console tool, with Midnight Commander / FAR Manager styled interface.

0 comments on commit 9300982

Please sign in to comment.