Be.HexEditor is a lightweight and efficient hexadecimal editor for Windows, designed for inspecting and editing binary files with ease. It contains a reuseable HexBox control for Windows Forms.
- Docs Home: https://bernharde.github.io/hexbox/
- API Reference: https://bernharde.github.io/hexbox/api/index.html
- View and edit files in hexadecimal and ASCII
- Fast performance even with large files
- Simple and intuitive user interface
- Search and replace (hex and text)
- File comparison support
- Read-only and editable modes
- Supports standard Windows file operations
- Inspect binary files
- Debug file formats
- Reverse engineering
- Modify executables or data files
- Analyze memory dumps
- Windows OS
- No additional dependencies required
- Download the latest release
- Extract the archive
- Run the executable (
Be.HexEditor.exe)
No installation required.
This repository contains the source code migrated from SourceForge https://sourceforge.net/projects/hexbox/.
Open the solution in Visual Studio and build:
msbuild HexBox.sln