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

bultin hexdump viewer? #7

Open
Gankra opened this issue Jul 28, 2022 · 0 comments
Open

bultin hexdump viewer? #7

Gankra opened this issue Jul 28, 2022 · 0 comments

Comments

@Gankra
Copy link
Collaborator

Gankra commented Jul 28, 2022

Thanks to @marti4d, rust-minidump's print methods (which power "raw dump" views in this tool and minidump-stackwalk) have dope hexdump formatting. However we're an interactive display, and should in principle be able to:

  • more interactively/prettily display those
  • use the current pane's scroll to intelligently only render the visible subset

Right now there's a checkbox at the bottom of settings "hide memory dumps in raw mode" which is enabled by default that turns on the --brief output that supresses these dumps. The reason I have it flipped on by default is that in the current form there's no way to interactively "collapse" the dumps, and some of them are genuinely so long that they lag out the UI.

So my current workflow is to start with them off, find a region I want a hexdump for, uncheck the setting, and then go back and view it.

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

1 participant