/Simple-HexViewer

A very basic HexViewer written in python 3.5 and tkinter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

HexViewer

enter image description here

This is a very simple but handy Hex Viewer written in Python. It can open large exe files, just takes a few seconds to load. It might seem as python is not responding, but it's just busy loading the data.

How to use

Click on the button to open your file.

Note:

  • It has a search function as well. Just enter your search string and click on find.
  • It will highlight all found matches and also popup a message box with the number of found matches.

Please enjoy, this is my first version and I hope to improve and add features to it over time.


enter image description here