Keidan / HexViewer

(GPL) Android Hex Viewer is a FREE software.
GNU General Public License v3.0
163 stars 25 forks source link

size in hex for a recent of files #159

Closed OmlineEditor closed 2 years ago

OmlineEditor commented 2 years ago

for files in the recent open file list, the size in bytes only is specified

test.txt Start: 59 B, End 98 B, Size 39 B

this is inconvenient if I open in hex mode, in the future it is impossible to understand where which open area is in hex it's better this way: test.txt Start: 59 (0x3B) B, End 98 (0x62) B, Size 39 B