We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When looking at the sections of a binary file it would be nice to be able to quickly jump to the hexdump view.
Describe the solution you'd like
a keybinding to jump to the address of the selected ELF section in the hexdump view. (e.g. .ro_data could be interesting target to look at).
.ro_data
The text was updated successfully, but these errors were encountered:
Thanks for the issue, it's a good idea!
One question though, how do we figure out from where to jump from the section? For example:
name: .rodata addr: 0xa74000 offset: 0xa74000 size: 0xf71ac
Do we just go to the addr on hexdump?
addr
Also, can you share an use case of this (if you have one)? I will eventually need to mention why this is useful in the documentation :)
Sorry, something went wrong.
orhun
No branches or pull requests
When looking at the sections of a binary file it would be nice to be able to quickly jump to the hexdump view.
Describe the solution you'd like
a keybinding to jump to the address of the selected ELF section in the hexdump view.
(e.g.
.ro_data
could be interesting target to look at).The text was updated successfully, but these errors were encountered: