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

Implement "hex.address" config variable to hide address column from hexdump #13849

Open
ITAYC0HEN opened this issue Apr 21, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@ITAYC0HEN
Copy link
Collaborator

commented Apr 21, 2019

Is your feature request related to a problem? Please describe.
Currently we have options to hide the Address\Offset column in Disassembly and Graph using asm.offset and graph.offset. There is no such opition for hex.* variables though asm.offset also removes the Address column from hexdump (px).

Describe the solution you'd like
I think we should separate the two and create another config variable named "hex.address".

Additional context
As for @trufae request, it'd be best to change asm.offset and graph.offset to asm.address and graph.address

@trufae

This comment has been minimized.

Copy link
Contributor

commented Apr 21, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.