HexWalk Changelog

What's new in HexWalk 1.7.1

Mar 2, 2024
  • Added colored ByteMap
  • ByteMap width is now customizable

New in HexWalk 1.7.0 (Feb 20, 2024)

  • new Byte Map feature allows to analyze a binary like an image where every pixel represent a byte
  • bug fixing for files bigger than 16 GB not scrolling correctly

New in HexWalk 1.6.0 (Feb 5, 2024)

  • Added find string feature in search strings
  • Added copy/paste menu feature in hex editor
  • Improved navigation of entropy graph
  • Improved speed of string search and of entropy graph generation

New in HexWalk 1.5.0 (Oct 6, 2023)

  • Added strings search feature (like "strings" command on Linux)
  • Improved info panel, now selecting more bytes it will show common types representation (float,int, LE, BE, hex)
  • Improved compatibility with MacOS systems
  • Bugfix

New in HexWalk 1.4.3 (Sep 17, 2023)

  • Bug fixing and minor improvements
  • On windows, binwalk error management improved

New in HexWalk 1.4.2 (Sep 11, 2023)

  • Solves issue #16 - Copy paste of ASCII and HEX View
  • Solves issue #17 - Binwalk executables integrated in Windows version

New in HexWalk 1.4.1 (Jul 27, 2023)

  • This release fixes a bug with UTF16 and Advanced Search
  • Changed highlighting color to red in advanced search to better distinguish patterns

New in HexWalk 1.4.0 (Jul 15, 2023)

  • Added new feature to create custom byte patterns
  • Byte patterns are colored on views
  • New patterns can be defined with a YAML file
  • Solves issues #11 #13

New in HexWalk 1.3.2 (Jul 1, 2023)

  • Resolves issues:
  • 'Open recent' does not work #10
  • Cannot type an 'o' in the ascii column. #12
  • There is no indication that a file is opened #14

New in HexWalk 1.3.1 (Jun 28, 2023)

  • Resolves bug of issue #8: When pressing ctrl-z (or undo in the menu) when the ascii column is focused, the cursor jumps up.
  • Resolves bug of issue #9: Using version v1.3.0 of HexWalk, the resources of the .exe do not indicate the version nor the description / copyright

New in HexWalk 1.3.0 (Jun 25, 2023)

  • Added second cursor to better track bytes
  • Added option to select bytes per line