HexDump
Home | Products | Support | Contact

HexDump

HexDump Home
Usage
Known Issues
Source Code
Design Notes

Products

PhileSplitter
Picture Combiner
Log Filter
Vegas
HexDump

Known Issues

  • When jumping to a new location in a file (in interactive mode), there is no automatic check that the value entered is not past the end of the file. However, this is detected once the N command is entered and informs the user that the end of the file has been reached so I don’t see this as a problem
  • There is no limit on the number of bytes that can be printed on one line, although no major problems will occur if a very large number is used since the amount of memory needed is allocated using the malloc () function – the screen would just look messy
  • It is currently not possible for certain characters to be entered when editing in ASCII mode – this includes the new line character and characters that there is not a key for on the keyboard. In addition only a maximum of 255 characters can be edited at a time, although more may be entered by using multiple edit commands