-
There is a data visualizer in hex workshop that shows map for each line of hex code in the nearby window located next to editor. However i think its best to have this feature apply directly to the hex code the editor. Is there way to define color ranges according to decimal value of each byte?
|
Beta Was this translation helpful? Give feedback.
Answered by
WerWolv
Feb 17, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Uzver123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImHex has a minimap since a few commits ago if that's what you mean. Not yet in a release but it's available in the nightly builds.
It works line-by-line and not byte-by-byte though.
If you want to do highlighting of the hex cells directly, look into Highlighting Rules.
Edit -> Modify highlighting rules...