Skip to content
/ hexed Public
forked from samizzo/hexed

Windows console-based hex editor. Updated to utilise C++17

License

Notifications You must be signed in to change notification settings

adi-g15/hexed

 
 

Repository files navigation

hexed

A Windows console-based hex editor

MSBuild

Keyboard shortcuts

Navigation

  • Left/Right/Up/Down - Move cursor

  • h/l/k/j - Vi-style equivalent of the above

  • Home/End - Jump to start/end of current row

  • Ctrl + Home/End - Jump to start/end of entire file

  • Page Up/Page Down - Go back or forward a page at a time

  • Ctrl + Page Up/Page Down - Skip to first/last row of the currently displayed page while maintaining current column

Editing

  • Insert/Escape - Enter/exit edit mode (goes into hex editing by default)

  • Tab - Switch between hex editing and ASCII editing

Misc

  • F5 - Redraw display

  • Escape - Quit (when not in edit mode)

Sample session

hexed.gif

About

Windows console-based hex editor. Updated to utilise C++17

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 97.3%
  • Batchfile 1.8%
  • C 0.9%