Binary Viewer is a free windows utility allowing you to
view any file located on your computer. It displays file content in hexadecimal, octal,
decimal and text formats, therefore letting you to peek into binary files,
usaualy not viewable by stanard Windows viewers/editors like Notepad.
Quick Start
Open the binary file
To navigate directories to open file click on "Open" toolbar item or select from menu File/Open. From displeyed dialog select file you wish to open.
File will be displayed instantenously.
GUI customization
From context menu (right-click on the body of main screen) or menu View position you can change format of binary data presented on the display.
You can see line address as Headecimal or Decimal number and data columns can be shown as Binary (Hexadecimal, Decimal 1 byte, Decimal 2 bytes) or Text (ASCII, Unicode, Big-Endian Unicode).
Search within file
Binary Viewer allows you to easy locate any binary sequence or text pattern within open file. Simply click Ctrl/F or click Search toolbar icon or from the menu select Search/Find item.
GoTo
'GoTo' functionality allows for quick showing data row at given address.
In order to display GoTo dialog click Ctrl/G or select Search/GoTo menu item.
Make selections/save to clipboard
In order to copy selected rows to the Clipboard select Copy Selection to Clipboard form the context menu.
Save to file
Binary Viewer allows you to save selected rows for further references or analysis. In order to save selection to the file click Save Selection to File form the context menu.
Screen shots