/robex/ - ncurses hex

ncurses-based hex editor with low memory footprint

By /robex/, December 2019. Back to Articles and Guides

Abstract

While doing some reverse engineering stuff on very large files I realized that there aren't any good terminal-based hex editors that allow you to edit directly in binary bases, or that allow you to insert and delete bytes without copying the whole file into a buffer.

Therefore, I decided to make one with ncurses. I plan to release it along with the source code (maybe) in the future, after I finish implementing all of the features I want and cleaning up the code a bit.

Features

For now, here is the list of features:

Screenshots / Demo

The part everyone wants to see:

Home screen
Help screen
Insert mode
Editing and viewing in binary mode
Select mode, with a different color palette

/robex/ - Last edited: 2020-06-23 05:55:57