An open API service indexing awesome lists of open source software.

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.

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

![screen](https://github.com/c-not-around/hex-box/assets/173079314/8ff209a7-7788-498d-8d62-bd83afa1108e)