An open API service indexing awesome lists of open source software.

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: 5 months ago
JSON representation

BinEd Hex Editor for Android

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

[Get it on F-Droid](https://f-droid.org/packages/org.exbin.bined.editor.android/) [Get it on Google Play](https://play.google.com/store/apps/details?id=org.exbin.bined.editor.android)

Or download the latest APK from the [Releases Section](https://github.com/exbin/bined-android/releases/latest).

Screenshot
----------

![BinEd-Editor Screenshot](images/editor_screenshot.png?raw=true)

Features
--------

UNDER DEVELOPMENT

* 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
* TODO: Searching for text / hexadecimal code with matching highlighting
* Support for undo/redo
* Support for files with size up to exabytes

Compiling
---------

To build this project, Android Studio is recommended.
https://developer.android.com/studio/

License
-------

Apache License, Version 2.0 - see LICENSE.txt