Home / Linux-qt6
Name Modified Size InfoDownloads / Week
Parent folder
1.3 2024-05-30
Totals: 1 Item   0
By Carlos J. Mazieri <carlos.mazieri@gmail.com>
November 2015

qhexved is a hexadecimal viewer/editor (or dump) for all kind of files, it shows file content in hexadecimal and ascii characters.
First qhexved version was written using Qt GUI Library version 1.4 in 1999.
See qhexved.html in doc directory.

Main features:
=============
     1) shows the content in hexa and ascii
     2) variable number of lines and columns, just resize the window to change
     3) it is possible to see words (short, int) in some position of the file
     4) it is possible to change (edit bytes) in hexa mode or ascii mode
     5) search in ascii, hexa, octal, short, int
     6) toggle ascii codes to ebcdic codes
     7) fully graphical oriented.
     8) all offsets are shown in decimal

How to build:
============
     choose the suitable project file: qHexVed.pro for Qt5/Qt4, qHexVed_qt3_or_less.pro for others.          
     1) qmake <QHexVed-chosen-pro-file>
     2) make
How to run:
==========
     "qhexved" binary will be put in "bin" directory. Usage:  bin/qhexved [file1 file2 ...]
    
       
RELEASE NOTES
=============

Version 1.2  November 2015
=========================
      
      * Added Qt5 version
      * Added "goto offset" feature
     



Source: README, updated 2015-11-28