wxHexEditor is another Hex Editor, build because of there is no good hex editor for Linux system, specially for big files. It supports files up to 2^64 bytes. Written with C++/wxWidgets GUI libs and can be used with other OS'es such Windows, Mac OS
A binary/hex editor which subdivides the file into sections which are
...It
knows the following kinds of data sections:
- Random binary data: The byte's average value is in [108, 148] and the
standard deviation is in [60, 68].
- Text data: The average value is > 64 and the std. dev. < 40.
- Homogeneous data: The std. dev. is < 2.
- Other data section: The block doesn't fit into any of the categories
above.
This is very useful to get a quick overview over the file and its content.
...Hexed has a few simple commands with the ability to perform multiple actions from a single command statement. You can enter a range of data, delete a block and move another block all from one command line.
It has support for word sizes of 8, 16, 32 and 64 bit both for displaying and editing data.