I just discovered vlf-mode
(View Large Files) and I am using it to view a large binary file in hexl-mode
and read certain metadata from headers within the file. It works great, with one exception. When I move to another "batch" within the file, hexl-mode starts the addresses of the next batch at 0x00000000
which makes it hard to know which byte I am actually at.
Are there existing solutions for viewing large binary files but maintaining information about the absolute "address" of a given line?