Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenoinc/litehexedit
Lite Hex Editor is an upgrade and continuation of the amazing works of the, Be.HexEditor, using .NET 6
https://github.com/xenoinc/litehexedit
editor hex hexeditor suesslabs xeno-innovations xenoinc
Last synced: 2 days ago
JSON representation
Lite Hex Editor is an upgrade and continuation of the amazing works of the, Be.HexEditor, using .NET 6
- Host: GitHub
- URL: https://github.com/xenoinc/litehexedit
- Owner: xenoinc
- License: other
- Created: 2021-11-23T17:39:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T13:24:05.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T05:08:09.501Z (10 months ago)
- Topics: editor, hex, hexeditor, suesslabs, xeno-innovations, xenoinc
- Language: C#
- Size: 1.23 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Lite Hex Edit
Lite Hex Editor - _Lite.HexEditor_ - is a simple and easy to use binary file viewer and byte number decoder for Windows OS. If you're wondering, yes, it opens a GB-sized file in the blink of an eye.
![screenshot](documentation/screenshot-4gb.png)
## Nastalgia Time
This project is a revitalization of one of my favorite hex editors, [Be.HexEditor](https://sourceforge.net/p/hexbox/) by Bernhard Elbl. Back when Hex Editors were at a premium cost, this FOSS tool was here to save the day.
## Current Features
* View and edit binary data.
* Copy paste data
* Binary number viewer.
* Search for text
* Translations for Japanese, Russian, Simplified Chinese, Italian, and German
* Recent file history## Future Proposals
| Feature | Phase
|-|-|
| Multi-tabbed windows | In-Progress
| Support more encodings | Needs info
| Undo button | Planning
| Customize display bytes; currently only 16 wide | Planning
| Sidebar byte counter to support beyond 4 GB files (`0xFFFFFFFF`) | Planning
| Hex calculator | Planning
| Multi-platform | Considering## Building the Code
The requirements are simple:
* Visual Studio 2022
* Windos OS 8, 10, and 11