You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use this, place your font named font.ttf next to the executable
Added version info to about page
Version info, current commit hash and branch are shown
Added selected region information to hex editor footer
Various UI/UX improvements
Bug fixes
Greatly improved byte highlighting performance
Previously, when scrolling down with a big pattern running, huge slowdowns started happening. The algorithm used for highlighting has been greatly improved to fix this.
Fixed opening of files with a non-ASCII file path
Fixed crashes with zero-sized arrays
Fixed byte selection in read-only files
Fixed ImHex refusing to be closed in some circumstances
Fixed data inspector not updating in all cases
Fixed ASCII characters drawing above the hex editor footer
Fixed floating point displaying in pattern data view
Fixed pattern data not updating when a new file is loaded