March 4th saw the light Hobbits 0.21 — a tool for visualizing binary files during reverse engineering. The tool is written in a combination of Qt and C++ and is distributed under the MIT license.
Hobbits allowing the use of a set of plugins that can be enabled or disabled depending on the current task — parsing, processing, or visualizing a binary file. There are plugins for data searching, analyzing their structure using regular expressions, and highlighting typical patterns.
For binary files, the following types of views are available:
- Classic hexadecimal HEX code
- Binary code
- ASCII
- Bitwise or bytewise rasterization
- Character rasterization
>>> User manual for the program
Source: linux.org.ru

