HEX dumping utilityThis is just another hex dumping utility (in my opinion all the others suck). So what does this one do? The output consists of 6 columns. The first column contains the address of the row (in bytes). Columns 2 to 5 contain the characters in the row represented as hexadecimal bytes. The last column contains the bytes as printable characters. If a character is not printable it is replaced by a dot. Package history
This package history is probably out of date (I only update it every now and then). For an up-to-date list of changes, please refer to the package changelog. Why another hex dumping utility?Like I said before: the others suck. It is quite strange how so many people could screw up such a simple program :P Anyway, in my opinion, a hex dumping utility should have at least the following features:
This program does just that... |