Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 898 Bytes

BinEd - Binary/Hexadecimal Editor BlueJ Extension

Hexadecimal viewer/editor extension for BlueJ. See https://bluej.org

Homepage: https://bined.exbin.org/bluej-extension/

Requires BlueJ version 5.0 or higher.

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 found matches highlighting
  • Support for undo/redo
  • Support for files with size up to exabytes

Compiling

Java Development Kit (JDK) version 11 or later is required to build this project.

License

Apache License, Version 2.0 - see LICENSE.txt