exbin / bined-ghidra-extension

Hex viewer/editor extension for Ghidra SRE

Home Page:https://bined.exbin.org/ghidra-extension/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinEd - Binary/Hex Editor Ghidra SRE Extension

Hex viewer/editor extension for Ghidra SRE. See https://ghidra-sre.org

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

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

Set GHIDRA_INSTALL_DIR property to path to Ghidra installation.

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

Run:

gradle buildPack

or

gradle buildExtension

License

Apache License, Version 2.0 - see LICENSE.txt

About

Hex viewer/editor extension for Ghidra SRE

https://bined.exbin.org/ghidra-extension/

License:Apache License 2.0


Languages

Language:Java 99.5%Language:HTML 0.5%