Editor for binary data (hex viewer/editor) written in Java.
Homepage: https://bined.exbin.org/android
Or download the latest APK from the Releases Section.
- Visualize data as numerical (hexadecimal) codes and text representation
- Codes can be also binary, octal or decimal
- Support for Unicode, UTF-8 and other charsets
- Insert and overwrite edit modes
- Searching for text / hexadecimal code with matches highlighting
- Support for undo/redo
- Support for files with size up to exabytes (in partial file mode)
To compile project and build apk you need installed Java JDK 17 or later and run:
./gradlew assembleRelease
or on Windows:
gradlew.bat assembleRelease
To modify this project, Android Studio is recommended.
https://developer.android.com/studio/
When using Android Studio modify following line in build.gradle file to avoid legacy errors:
def playStore = true
Apache License, Version 2.0 - see LICENSE.txt