Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Colorize HEX values #223

Closed
PROPHESSOR opened this issue Mar 5, 2024 · 3 comments
Closed

[Feature Request] Colorize HEX values #223

PROPHESSOR opened this issue Mar 5, 2024 · 3 comments
Milestone

Comments

@PROPHESSOR
Copy link

PROPHESSOR commented Mar 5, 2024

In radare2 there's color highlighting for hex values (green for 0x00, red for 0xFF, blue for 0x7F, yellow for ASCII, etc).
image

It's convenient when you work with non-ascii data to "feel" the values.

In addition, it would be nice to have some heatmap-like gradient colorization of the values. For example, from blue for 0x00, through red for 0x7F, to white for 0xFF.
image

@solemnwarning solemnwarning added this to the 0.62.0 milestone Mar 28, 2024
@solemnwarning
Copy link
Owner

Still an early WIP, but a preview of how the UI for this is coming along:

image

The intent here is that you will be able to define different value colourisation profiles which define solid colours to use for bytes, or start/end colours to apply a gradient over a range and switch between them from the view menu.

@solemnwarning
Copy link
Owner

image

@solemnwarning
Copy link
Owner

Finished and merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants