Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 813 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 813 Bytes

hexamine

hexamine is a graphical viewer for binary files using SFML, Dear ImGui and ImPlot.

hexamine

Features

  • Binary file visualization
  • Zoom and byte ordering options
  • Autoupdate after file change (see Limitations)
  • Textual byte and ASCII viewer
  • Traverse file with mouse dragging

How to use

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.

Limitations

  • The autoupdate interval is OS dependent as it checks for the last file change (1 second resolution on Windows)