diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,6 @@ -------------------------- lfhex ------------------------------ lfhex -> large file hex editor + Motivation: Provide a fast/easy to use hex editor for viewing/modifying files which are too large to hold in system memory. @@ -18,7 +19,7 @@ Highlights: it). - runtime configurable editing mode (hex/octal/binary/ascii). - runtime configurable bytes per column. -- binary comparison user interface (temporarily disabled in this version!): +- binary comparison user interface o differences can be walked through byte by byte. o offsets need not match between buffers. e.g: you can start the comparison from one cursor position in the first file and use @@ -35,6 +36,8 @@ Limitations: 1sec/Meg and is almost 3x slower if progressbar pops up). - comparison mode is not allowed if either buffer has unsaved modifications. +Additional documentation can be found at http://stoopidsimple.com/lfhex/manual + License: This software is licensed under the GPL Version 2. |