solemnwarning / rehex

Reverse Engineers' Hex Editor
https://rehex.solemnwarning.net/
GNU General Public License v2.0
2.3k stars 113 forks source link

Offset of virtual sections overflows into data #170

Closed SteveKing closed 2 years ago

SteveKing commented 2 years ago

When I have a relatively small file loaded (<4GB) the file offset column is shown as a 32-bit value. If I set a virtual section with an origin at >4GB and do "Display virtual sections" the offset switches to 64-bit mode but the column does not get any wider. This results in the offset overflowing into the data area. Screenshot attached.

REHex 0.5.1 macOS 10.14.6

Screen Shot 2022-05-10 at 17 57 16

solemnwarning commented 2 years ago

Thanks for pointing that one out, fixed!