PROPHESSOR

Results 25 issues of PROPHESSOR

Hello! Thank you a lot for this plugin, it is simple and very useful. Could you provide also arm64 version for raspberry pi?

In radare2 there's color highlighting for hex values (green for 0x00, red for 0xFF, blue for 0x7F, yellow for ASCII, etc). ![image](https://github.com/solemnwarning/rehex/assets/19251320/33a44748-d84e-4bdd-b5af-6863e737fcfe) It's convenient when you work with non-ascii data...

- Dimm highlight colors for dark theme (they're so bright) ![image](https://github.com/solemnwarning/rehex/assets/19251320/9260ad69-0a00-46f8-953a-177705d1c9db) - Add more colors: blue, cyan, etc. - Add automatic highlights for some HEX pattern - Add more highlight...

enhancement

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...

![image](https://github.com/solemnwarning/rehex/assets/19251320/4b9f5717-60f6-4d58-af2f-f9e42074f20b)

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. ![image](https://github.com/solemnwarning/rehex/assets/19251320/03e3a07f-167c-4276-bf43-5d9790d38d3d)

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,...

feature

The idea is to add the ability to dock tools to other panels (left, bottom) and to move them to floating windows (it's convenient when you have more than one...

feature

It would be more convenient if you allow users to change/create their own keybindings. This can be done through the settings menu or using the config file. Also, add the...