Home
Name Modified Size InfoDownloads / Week
Linux-qt6 2024-05-30
Linux-qt5 2024-05-30
Linux-qt4 2015-11-28
Linux-qt3 2015-11-28
qhexved-source-1.3.tgz 2024-05-30 578.0 kB
qhexved-1.2-Win64.exe 2015-12-10 4.8 MB
README 2015-11-28 1.3 kB
qhexved-source-1.2.tgz 2015-11-28 578.3 kB
qhexved-source-1.1.tgz 2012-07-26 568.9 kB
qHexVed-1.0-Win32.exe 2010-01-25 6.9 MB
qhexved-source-1.0.tgz 2010-01-25 557.5 kB
Totals: 11 Items   13.9 MB 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