Projects/Editors/HEXcurse

HEXcurse 1.55

HEXcurse - a versatile ncurses-based HEX editor for the console / terminal

HEXcurse is a versatile ncurses-based hex editor written in C which provides the user with many features. It currently supports hex and decimal address output, and jumping to specified file locations. As well as searching, ASCII and EBCDIC output, bolded modifications, an undo command, quick keyboard shortcuts, and more.

Requirements

ncurses library, version 5+

Screenshot

HEXcurse screenshot

Installation

Using the FreeBSD ports system:
cd /usr/ports/editors/hexcurse make install clean
Using the FreeBSD pkg system:
pkg install editors/hexcurse