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

Double click on an address on hexdump will seek to this address #1470

Open
Maijin opened this issue Apr 19, 2019 · 4 comments
Open

Double click on an address on hexdump will seek to this address #1470

Maijin opened this issue Apr 19, 2019 · 4 comments
Labels
Enhancement Label requests for new features or to improve existing ones good first issue Easy issues for new comers. HacktoberFest Any easy issue that is proper for Hacktober Fest contribution UI

Comments

@Maijin
Copy link
Member

Maijin commented Apr 19, 2019

Is your feature request related to a problem? Please describe.

To ease navigation and usage of hexdump

Describe the solution you'd like

Double click on an address on hexdump will seek to this address

@Maijin Maijin added Enhancement Label requests for new features or to improve existing ones good first issue Easy issues for new comers. UI labels Apr 19, 2019
@karliss
Copy link
Member

karliss commented Apr 28, 2019

What does it mean to click on address in grid of bytes? 4-8 bytes starting with one being clicked on, 4-8byte word mode only or something else?

@ITAYC0HEN
Copy link
Member

hmm say you have this hexdump:

0x00000000  0000 5634 1204 0000 0000 0000 0000 0000  ................
0x00000010  0000 0000 1189 5612 3407 0000 0000 0000  ................

there are two values here: 0x04123456 and 0x0000073412568911
if these values are valid addresses in the binary, it would be great if double_click \ ctrl+click will jump to it.

This might be too heavy or complicated to implement, so let us know

@ITAYC0HEN
Copy link
Member

x64dbg (Qt based, OSS) had something similar, though not pretty. Notice the underlines.

image

@karliss
Copy link
Member

karliss commented May 11, 2019

Related to #1411

@XVilka XVilka mentioned this issue Mar 11, 2020
4 tasks
@ITAYC0HEN ITAYC0HEN added the HacktoberFest Any easy issue that is proper for Hacktober Fest contribution label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Label requests for new features or to improve existing ones good first issue Easy issues for new comers. HacktoberFest Any easy issue that is proper for Hacktober Fest contribution UI
Projects
None yet
Development

No branches or pull requests

3 participants