Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1007 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1007 Bytes

BinEd - Binary/Hexadecimal Editor

Binary/hexadecimal viewer/editor for Android written in Java.

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

Screenshot

BinEd-Editor Screenshot

Features

UNDER DEVELOPMENT

  • TODO: Data as hexadecimal codes and text preview
  • TODO: Insert and overwrite edit modes
  • TODO: Support for selection and clipboard actions
  • TODO: Support for showing unprintable/whitespace characters
  • TODO: Support for undo/redo
  • TODO: Support for charset/encoding selection
  • TODO: Codes can be also binary, octal or decimal
  • TODO: Searching for text / hexadecimal code with found matches highlighting
  • TODO: Support for huge files
  • TODO: Delta mode - Only changes are stored in memory

Compiling

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

License

Apache License, Version 2.0 - see LICENSE.txt