project release , developing a graphical interface for the analysis, processing, and visualization of binary data in the reverse engineering process. The code is written in C++ using the Qt library and is licensed under the MIT License.
Parsing, processing, and visualization functions are integrated as plugins that can be selected based on the type of data being analyzed. Plugins are available for displaying data in classic hexadecimal, binary, and ASCII formats, bitwise and byte-wise rasterization (where each pixel is linked to a bit or byte), and character rasterization. For data analysis, plugins are offered for searching and navigating data, highlighting typical patterns and headers, and defining blocks based on regular expressions.
Source: opennet.ru
