Inspection

Hex

The Hex module opens any file byte by byte, even several gigabytes, loading only the visible portion. Search for sequences, inspect values and jump to a precise offset.

What it does

What the Hex module does

Real virtual scroll

Only visible rows are rendered; data windows are loaded on demand as you scroll.

Hex / text / regex search

Find hex sequences, text or regular expressions, with previous/next and match count.

Data inspector

On the selected byte it shows 8/16/32/64-bit integers (LE/BE) and 32/64-bit floats.

Go to offset

Jump to a position in decimal or hex (0x…) and scroll to the row.

Step by step

How it works

  1. Load the file (drag&drop or dialog).
  2. Probatio reads a window of the file (seek+read) and shows it; scrolling loads more.
  3. Search in streaming (hex/text/regex) or go to offset; inspect the selected byte.
FAQ

Frequently asked questions

Can I open multi-gigabyte files?
Yes: the viewer loads only the visible window (virtual scroll), so file size is not a limit.
What kind of search is supported?
Search for hex sequences, text and regular expressions, with previous/next and a match count.
What does the data inspector show?
From the selected byte it shows 8/16/32/64-bit integers (little and big-endian) and 32/64-bit floating-point numbers.