github WerWolv/ImHex v1.18.1
Bug fixes

latest releases: v1.33.2, v1.33.1, v1.33.0...
23 months ago

Changelog

Bug fixes

  • Fixed bookmark menu entry causing wrong region to be marked
  • Fixed Hex Editor selection scrolling being broken
  • Fixed parsing of hex escaped character literals in the pattern language
  • Fixed crash on exit
  • Fixed error again that broke building on GCC 12.1.0 (as used on Arch Linux)

Previous Changelog

Additions

  • Rewrite the entire Hex Editor View
    • The Editor now supports displaying data in various different ways. For example it can combine 4 bytes into one cell and display it as floating point number, or 2 bytes into a signed integer
    • Added setting to change color and transparency of selection
    • Added much better tooltips for Patterns and Bookmarks
      • Hold SHIFT for more information
    • Improved popups for find, goto, base address setting and byte insertion
    • Greatly improved search speed and efficiency
    • Fixed hex view not scrolling when moving the cursor off screen
    • Fixed many inconsistencies
  • Added support for custom languages for the Wikipedia terms searcher. Thanks to @xtexChooser
  • Added bit invert option to data inspector
  • Added bool, DOS Date and DOS Time decoder to data inspector

Pattern Language

  • Added addressof($) to get the data base address and sizeof($) to get the data size
  • Make bitfields be more on-par with structs and allow conditionals to be used in there
  • Added support for while-sized paddings
  • Fixed pattern language errors not being displayed in the console correctly
  • Fixed MIME pragma not working correctly
  • Fixed including files that include other files themselves

Improvements

  • Added ImHex to FlatHub. Thanks a lot to @Mailaender
  • Fixed various issues with the AppImage. Thanks a lot to @iTrooz
    • Opening the file browser still crashes the AppImage, drag-n-drop your files onto ImHex to open them

Floating point decoding
RGBA8 decoding


If you like my work, please consider supporting me on GitHub Sponsors, Patreon or PayPal. Thanks a lot!

GitHub donate button Patreon donate button PayPal donate button

Don't miss a new ImHex release

NewReleases is sending notifications on new releases.