HexWalk is a hex editor/viewer/analyzer designed for efficient file inspection and manipulation across Linux, Windows, and macOS platforms. It offers multi-format file support, advanced search capabilities with regular expressions, plugin extensibility for custom functionality, analytical tools for data patterns, and an undo/redo feature with a history panel.
Ideal for software developers, reverse engineers, and data analysts, HexWalk provides a versatile toolset to simplify file handling, enhance productivity through customization, and streamline complex data analysis tasks.
README
HexWalk - Hex Editor/Viewer/Analyzer
HexWalk is an Hex editor, viewer, analyzer.
Based on opensource projects like qhexedit2,binwalk and QT.
It is cross platform and has plenty of features:
Advanced Find (can find patterns in binary files based on HEX,UTF8,UTF16 and regex)
Binwalk integration
Entropy Analysis
Byte Map
Hash Calculator
Bin/Dec/Hex Converter
Hex file editing
Diff file analysis
Byte Patterns to parse headers
Disassembler for x86,ARM and MIPS architectures
Screenshots
Main page
Byte Map
Advanced Search
Entropy Calculator
Binary Analyzer
Hash Calculator
Diff Analysis
Binary Patterns for header parsing
Usage
HexWalk release executables are self-contained, you can use as-is.
Binwalk functionalities need Binwalk to be installed on the OS. For Linux OS simply install binwalk with your package manager (eg. sudo apt install binwalk). On Mac install with "brew install binwalk" or from sources following the instructions on Binwalk repository.
For other Linux distributions there's the AppImage file available in the release page. Just download, give execution permissions and you are ready to go.
Build
If you want to build from source just open hexedit.pro in QT Creator and build it.
It is possible also to build from command line (linux_build.sh script provided).