View and edit binary files via a TUI. Built with C++ and FTXUI.
List of currently supported keybindings:
jmove cursor down (ie. jump ahead 16 bytes)kmove cursor up (ie. jump back 16 byte)lmove cursor right (ie. jump ahead 1 byte)hmove cursor left (ie. jump back 1 byte)vtoggle selection moderedit byte(s) in selectionyyank byte(s) in selectionYyank selection to system clipboard (Windows only as of now)ppaste byte(s) at current selectionPWIPESCexit modefopen pattern viewncreate new pattern (in pattern view)Ndelete last pattern (in pattern view):open command prompt:wwrite file:qquit hex editor
git clone https://github.com/Lilweavs/hex-editor.git && cd ./hex-editor && cmake . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build ./build
