Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement "hex.address" config variable to hide address column from hexdump #13849
Comments
ITAYC0HEN
added
the
good first issue
label
Apr 21, 2019
This comment has been minimized.
This comment has been minimized.
|
or asm.addr
address is unnecessary long
… On 21 Apr 2019, at 18:22, Itay Cohen ***@***.***> wrote:
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 <https://github.com/trufae> request, it'd be best to change asm.offset and graph.offset to asm.address and graph.address
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#13849>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABRCGGYFPWZBUS5EF5OVS4TPRSIDNANCNFSM4HHL6MPA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ITAYC0HEN commentedApr 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.offsetandgraph.offset. There is no such opition forhex.*variables thoughasm.offsetalso 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.offsetandgraph.offsettoasm.addressandgraph.address