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

Long file support #68

Closed rsaxvc closed 1 month ago

rsaxvc commented 4 months ago

Once the cursor offset exceeds 0x7fffffff, the address column has some integer overflow issues, and the cursor misaligns. Similar issues and scrolling rolloff beyond 0xffffffff.

I've started hacking on a patch for these.

maneatingcow commented 1 month ago

I've just run into this where e.g. 0x17A138000 displays as 0x7A138000. A fix would be much appreciated!

rsaxvc commented 1 month ago

Realizing it has been 3 months, I may not get back to it for a while.