Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/washi1337/avaloniahex
A hex editor control for Avalonia.
https://github.com/washi1337/avaloniahex
avalonia binary control hex-editor visualization
Last synced: about 1 month ago
JSON representation
A hex editor control for Avalonia.
- Host: GitHub
- URL: https://github.com/washi1337/avaloniahex
- Owner: Washi1337
- License: mit
- Created: 2024-03-13T23:44:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T19:56:33.000Z (4 months ago)
- Last Synced: 2024-10-10T18:45:42.263Z (about 1 month ago)
- Topics: avalonia, binary, control, hex-editor, visualization
- Language: C#
- Homepage:
- Size: 1.39 MB
- Stars: 68
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AvaloniaHex
This is a(n experimental) hex editor control for the [Avalonia](https://github.com/AvaloniaUI/Avalonia) UI framework.
![](assets/demo.gif)
## Features
- Display binary data in hex, binary and ASCII.
- Adjust the displayed bytes per line manually or automatically.
- Modify binary documents in-place.
- Specify invalid or inaccessible ranges. Useful for documents with "gaps" (e.g., memory views).
- Many style customization options available with default Light and Dark themes.
- Custom byte ranges highlighting.## Binaries
- Stable: [NuGet](https://www.nuget.org/packages/AvaloniaHex)
- Nightly: [AppVeyor](https://ci.appveyor.com/project/Washi1337/avaloniahex/build/artifacts)## Quick Start Guide
After installing the `AvaloniaHex` dependency, add the default control styles to your `App.axaml`:
```xml
...
```
Then, add the `HexEditor` control to your window:
```xml
```
See [examples](examples) for more details.
## License
MIT