pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Offset displayed in the left column wraps past 4GB, not enough digits #26

Closed eribertomota closed 6 years ago

eribertomota commented 6 years ago

This bug is from Debian[1].

Past 4GB the offset displayed in the left column wraps. There are just not enough digits, the displayed data itself seems to be ok.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304105

Thanks!

prigaux commented 6 years ago

Well, for me it's not a bug, it's a "functionality" to display the rounded down offset...

eribertomota commented 6 years ago

2017-09-15 3:59 GMT-03:00 Pascal Rigaux notifications@github.com:

Well, for me it's not a bug, it's a "functionality" to display the rounded down offset...

Your program is useful for forensics investigations and other activities. Can you use more bytes to show the offset?

Thanks

prigaux commented 6 years ago

the full offset is displayed at the bottom of the term. Not enough?

eribertomota commented 6 years ago

2017-09-15 11:55 GMT-03:00 Pascal Rigaux notifications@github.com:

the full offset is displayed at the bottom of the term. Not enough?

I will check it. Thanks.

eribertomota commented 6 years ago

Hi! I think that it is fine.

Thanks for your attention.

Regards,

Eriberto