BinEd - Binary/Hexadecimal Editor
Editor for binary data (hexadecimal viewer/editor) written in Java.
Homepage: https://bined.exbin.org/editor
Screenshot
Features
- Data as hexadecimal codes and text preview
- Insert and overwrite edit modes
- Support for selection and clipboard actions
- Support for showing unprintable/whitespace characters
- Support for undo/redo
- Support for charset/encoding selection
- Codes can be also binary, octal or decimal
- Searching for text / hexadecimal code with matching highlighting
- Support for huge files
- Delta mode - Only changes are stored in memory
Compiling
Java Development Kit (JDK) version 8 or later is required to build this project.
For project compiling Gradle 4 build system is used. You can either download and install gradle and run
gradle build
command in project folder or gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.
License
Apache License, Version 2.0 - see LICENSE-2.0.txt