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

Make it easy to navigate from the section view (static pane) to the appropriate address in the hexdump #38

Open
fortysixandtwo opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@fortysixandtwo
Copy link

fortysixandtwo commented Sep 18, 2024

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).

@fortysixandtwo fortysixandtwo added the enhancement New feature or request label Sep 18, 2024
@orhun
Copy link
Owner

orhun commented Sep 19, 2024

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?

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 :)

@orhun orhun added the question Further information is requested label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants