Thursday, July 03, 2008

UVFSEditor has been released

UVFSEditor, an extremely customizable hexeditor, has been released. Major features of this version are:

  1. CompoundFile (.doc, .xls etc), File System Folder and any file can be loaded.
  2. The file contents (stream for compound file) are shown in a hex viewer
  3. Folders/Files can be copied from source to destination.
  • Stream from a compound file can be copied to file system
  • A file from the file system can be copied to a compound file as stream
  • Drag/Drop, Cut/Copy/Paste works
The HexViewer is very flexible. The features are:
1. Viewer (hex, oct, binary, decimal, ascii, unicode) can be chosen arbitrarily and place any order.
2. Values (byte, int, double, char etc.) of cursor position byte(s) are shown in a list view
3. Selected bytes are shown as text

The project needs .Net 2.0 framework to install and run properly. Any suggestion is welcome.