https://github.com/exbin/bined-android
BinEd Hex Editor for Android
https://github.com/exbin/bined-android
android android-app f-droid hacktoberfest hex-editor
Last synced: 8 months ago
JSON representation
BinEd Hex Editor for Android
- Host: GitHub
- URL: https://github.com/exbin/bined-android
- Owner: exbin
- License: apache-2.0
- Created: 2018-05-01T20:49:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T21:42:31.000Z (8 months ago)
- Last Synced: 2025-07-04T22:38:49.475Z (8 months ago)
- Topics: android, android-app, f-droid, hacktoberfest, hex-editor
- Language: Java
- Homepage: https://bined.exbin.org/android
- Size: 9.21 MB
- Stars: 69
- Watchers: 5
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
BinEd - Hex Editor
==================
Editor for binary data (hex viewer/editor) written in Java.
Homepage: https://bined.exbin.org/android
[
](https://f-droid.org/packages/org.exbin.bined.editor.android/)[
](https://play.google.com/store/apps/details?id=org.exbin.bined.editor.android)[
](http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://app/%7B%22id%22%3A%22org.exbin.bined.editor.android%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2Fexbin%2Fbined-android%22%2C%22author%22%3A%22ExBin%20Project%22%2C%22name%22%3A%22BinEd%22%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Afalse%7D%22%7D)[
](https://android.izzysoft.de/repo/apk/org.exbin.bined.editor.android)
Or download the latest APK from the [Releases Section](https://github.com/exbin/bined-android/releases/latest).
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