Skip to content

exbin/bined-android

Repository files navigation

BinEd - Hex Editor

Editor for binary data (hex viewer/editor) written in Java.

Homepage: https://bined.exbin.org/android

Get it on F-DroidGet it on Google PlayGet it on ObtainiumGet it on IzzyDroid

Or download the latest APK from the Releases Section.

Screenshot

BinEd-Editor Screenshot

Features

  • 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)

Compiling

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

License

Apache License, Version 2.0 - see LICENSE.txt