Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samizzo/hexed
Windows console-based hex editor
https://github.com/samizzo/hexed
c-plus-plus console console-application editor hex hexeditor win32 windows
Last synced: 7 days ago
JSON representation
Windows console-based hex editor
- Host: GitHub
- URL: https://github.com/samizzo/hexed
- Owner: samizzo
- License: bsd-2-clause
- Created: 2017-07-10T01:31:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T13:37:15.000Z (over 1 year ago)
- Last Synced: 2024-08-01T05:19:39.300Z (3 months ago)
- Topics: c-plus-plus, console, console-application, editor, hex, hexeditor, win32, windows
- Language: C++
- Homepage:
- Size: 1.37 MB
- Stars: 170
- Watchers: 11
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - samizzo/hexed - Windows console-based hex editor (C++)
README
hexed - a Windows console-based hex editor
![msbuild](https://github.com/samizzo/hexed/actions/workflows/msbuild.yml/badge.svg)
## 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](/hexed.gif)