Skip to content

exbin/bined

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BinEd - Binary/Hexadecimal Editor

Editor for binary data (hexadecimal viewer/editor) written in Java.

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

Screenshot

BinEd-Application Screenshot

Features

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

Compiling

Build commands: "gradle build" and "gradle distZip"

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

For project compiling Gradle 7.1 build system is used: https://gradle.org

You can either download and install gradle or use gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.

On the first build there will be an attempt to download all required dependecy modules and currently it's necessary to execute build twice.

Alternative is to have all dependecy modules stored in local maven repository - Manually download all dependencies from GitHub (clone repositories from github.com/exbin - see. deps directory for names) and run "gradle publish" on each of them.

License

Apache License, Version 2.0 - see LICENSE.txt