Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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-Droid Get it on Google Play Get it on Obtainium Get 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 playStore = false line in build.gradle file to avoid legacy errors:

playStore = true

License

Apache License, Version 2.0 - see LICENSE.txt

AltStyle によって変換されたページ (->オリジナル) /