diff options
Diffstat (limited to 'development/beav')
-rw-r--r-- | development/beav/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/development/beav/README b/development/beav/README index 11ad72b19413..76a9afd8db7d 100644 --- a/development/beav/README +++ b/development/beav/README @@ -2,14 +2,15 @@ beav (curses-based binary/hex editor) BEAV (Binary Editor And Viewer), is a full featured binary file editor. Just about any operation that you could want to do to a binary -file is possible with BEAV. You can insert or delete in the middle of a -file thereby changing it's size. You can edit multiple files in multiple -windows and cut and paste between them. You can display and edit data in -hex, octal, decimal, binary, ascii, or ebcdic formats. You can display -data in byte, word, or long word formats in either Intel or Motorola byte -ordering. You can send the formatted display mode to a file or printer. +file is possible with BEAV. You can insert or delete in the middle +of a file thereby changing it's size. You can edit multiple files in +multiple windows and cut and paste between them. You can display and +edit data in hex, octal, decimal, binary, ascii, or ebcdic formats. You +can display data in byte, word, or long word formats in either Intel +or Motorola byte ordering. You can send the formatted display mode to a +file or printer. This build of beav includes a patch to support moving around the file -with the arrow keys on most terminals, without having to create a custom -.beavrc. The original key bindings are still active, if you're already -used to them. +with the arrow keys on most terminals, without having to create a +custom .beavrc. The original key bindings are still active, if you're +already used to them. |