Binaly
A binary/hex editor which subdivides the file into sections which are
Binaly is a binary/hex editor which shows the whole file on a colorful strip.
It subdivides the file into blocks of 1 Kib (1024 Bytes) and analyses them. 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...