rehex
rehex copied to clipboard
Reverse Engineers' Hex Editor
In radare2 there's color highlighting for hex values (green for 0x00, red for 0xFF, blue for 0x7F, yellow for ASCII, etc).  It's convenient when you work with non-ascii data...
- Dimm highlight colors for dark theme (they're so bright)  - Add more colors: blue, cyan, etc. - Add automatic highlights for some HEX pattern - Add more highlight...
Some file formats are specified in terms of non-byte-aligned bitfields instead of bytes. Sometimes they even cross byte boundaries. It would be neat if one could poke at the individual...
All settings made in View menu reset when you close the editor (tool panels, bytes per line, bytes per group, etc) even when you click on "Save current view as...
MSYS2 only supports targeting Windows 8.1 or newer, which I feel makes the 32-bit build redundant. I've been experimenting on and off with other toolchains and have a working build...

Requested by HMS3 on Reddit. Allow clicking on second half of byte to jump to editing low nibble, make left/right keys move by nibble rather than byte.
It's useful to have BinWalk integration to add comments on different parts of the file automatically. This feature is partially implemented in [HexWalk](https://github.com/gcarmix/HexWalk) but it doesn't have comments functionality. 
It would be useful to have entropy diagram of a file. It should work as the Histogram view works now. If nothing is selected, the full file entropy is shown,...