View and edit binary files via a TUI. Built with C++ and FTXUI.
List of currently supported keybindings:
j
move cursor down (ie. jump ahead 16 bytes)k
move cursor up (ie. jump back 16 byte)l
move cursor right (ie. jump ahead 1 byte)h
move cursor left (ie. jump back 1 byte)v
toggle selection moder
edit byte(s) in selectiony
yank byte(s) in selectionY
yank selection to system clipboard (Windows only as of now)p
paste byte(s) at current selectionP
WIPESC
exit modef
open pattern viewn
create new pattern (in pattern view)N
delete last pattern (in pattern view):
open command prompt:w
write file:q
quit hex editor
git clone https://github.com/Lilweavs/hex-editor.git && cd ./hex-editor && cmake . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build ./build