hexamine is a graphical viewer for binary files using SFML, Dear ImGui and ImPlot.
- Binary file visualization
- Zoom and byte ordering options
- Autoupdate after file change (see Limitations)
- Textual byte and ASCII viewer
- Traverse file with mouse dragging
Download and run hexamine.exe
from your command line. Pass the path to your binary file as the first argument:
.\hexamine.exe <path-to-bin>
Or simply open hexamine.exe
and select your binary file using the file explorer.
- The autoupdate interval is OS dependent as it checks for the last file change (1 second resolution on Windows)