Skip to content
/ hexamine Public

hexamine is a graphical viewer for binary files with autoupdate capabilities

Notifications You must be signed in to change notification settings

vtx22/hexamine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)