项目作者: exbin

项目描述 :
Hexadecimal viewer/editor plugin for NetBeans platform
高级语言: Java
项目地址: git://github.com/exbin/bined-netbeans-plugin.git
创建时间: 2016-05-28T21:36:50Z
项目社区:https://github.com/exbin/bined-netbeans-plugin

开源协议:Apache License 2.0

下载


BinEd - Binary/Hex Editor - NetBeans Plugin

Hex viewer/editor plugin module for NetBeans platform.

Homepage: https://bined.exbin.org/netbeans-plugin

Published as: https://plugins.netbeans.apache.org/catalogue/?id=59

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
  • Show debug variables as binary data

Compiling

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

For project compiling Gradle 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.

Build command: “gradle build nbm”

Current deployment version is built with Java 8 and Gradle 4.6.

License

Apache License, Version 2.0 - see LICENSE.txt