-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Hexdump color highlighting #1945
Comments
Hi! thanks for the suggestion :) |
What I think that hexdump should support multilevel/nested highlights. Basically to allow the multiple parts of the hexdump to be highlighted, these areas can overlap and be nested, and the colors should be mixed properly whenever these areas overlap. |
Thank you. This is a nice idea :) |
Having a mechanism for visually displaying ranges and reacting to interactions with them would be useful for many features so it would be valuable to create good reusable infrastructure for that. Here is a rough proposal of the code for that could be structured.
Ideas for highlight style properties
Multiple instances of HexdumpHighlighter could be added to hexdump widget. Ideas for uses of this mechanism
|
Describe the solution you'd like
Add the option to color code highlights in the hexdumps (like it is possible to highlight blocks in the graph view).
Additional context
This is a helpful tool for RE.
The text was updated successfully, but these errors were encountered: