From dc346489b44f0ce7754c030e7f17609620e752a5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 8 Aug 2018 17:47:52 +0100 Subject: development/hexcurse: Added (ncurses-based hex editor). Signed-off-by: David Spencer --- development/hexcurse/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 development/hexcurse/README (limited to 'development/hexcurse/README') diff --git a/development/hexcurse/README b/development/hexcurse/README new file mode 100644 index 0000000000..f5eaeae404 --- /dev/null +++ b/development/hexcurse/README @@ -0,0 +1,7 @@ +hexcurse (ncurses-based hex editor) + +Hexcurse is a curses-based hex editing utility that can open, edit, +and save files, editing both the hexadecimal and decimal values. It +currently supports searching, hex and decimal address output, jumping +to specified locations in the file, "undo" capabilities, "bolded" +modifications, EBCDIC mode, and quick keyboard shortcuts to commands. -- cgit v1.2.3