https://github.com/c-not-around/hex-box
HexBox control for .NET + example. Main purpose - displaying the contents of the dump in programmer software for microcontrollers.
https://github.com/c-not-around/hex-box
gui hex-editor hexbox-control
Last synced: 4 months ago
JSON representation
HexBox control for .NET + example. Main purpose - displaying the contents of the dump in programmer software for microcontrollers.
- Host: GitHub
- URL: https://github.com/c-not-around/hex-box
- Owner: c-not-around
- Created: 2024-06-21T15:51:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-11T08:48:07.000Z (6 months ago)
- Last Synced: 2025-08-23T06:41:11.425Z (5 months ago)
- Topics: gui, hex-editor, hexbox-control
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HexBox Control
A text control for convenient hexadecimal representation of the contents of files, arrays and dumps.
Capabilities:
* Display mode:
- `Bytes`
- `Bytes+Ascii`
- `Words`
- `DoubleWords`
- `QuadWords`
* Set data columns count: manual/auto(by width control)
* Selection of different encoding options for ascii interpretation of bytes
