[BinEd]  BinEd - Binary / Hex Editor

Concepts

This project was started to create component/editor supporting various features which was not available in other libraries or was not available under similar license.

While some of the concepts are partially implemented, majority of them is planned for future development.

Highly Configurable Component

Component should be very flexible to support wide range of use-cases. This should include:

Example of code colorization:

[colorized-codes]

Differential Memory Handling

Easiest approach to editing files is to create copy of the whole file in memory/data drive, but that can take a long time for big files. Alternative approach is to keep list of changes only.

Modified and inserted code can be colorized and show in side ruler:

[show-changes]

Visualization

There are many options how can be binary data visualized. Multiple modes could be supported for more convenient use and for specific use-cases.

Multiline Mode

Support for text files / EOL (end of line) characters.

[multiline-mode]

This should also allow to support comparision with separated lines for inserted and deleted sections.

[multiline-diff]

Content Analysis

To perform analysis of the content of the file, basic values conversion as well as traditional decompilers should be available.

There should be also capability to show data structures defined by mappings. Intention is to use XBUP protocol and its capabilities to define data structures.