Hobbits 0.21 - binary visualizer for reverse engineering


Hobbits 0.21 - binary visualizer for reverse engineering

March 4 saw the light Hobbits 0.21 - tool for visualization of binary files during reverse engineering. The tool is written on a bunch Qt and C++ and spread across MIT licenses.

hobbits allows you to use a set of plug-ins for work, which can be connected or disconnected depending on the current task - parsing, processing or visualizing a binary file. There are plugins for searching through data, analyzing its structure through regular expressions, and highlighting typical patterns.

For binary files, the following types of representations are available:

  • Classic hexadecimal HEX code
  • Binary code
  • ASCII
  • Bitwise or Byte Rasterization
  • Symbolic rasterization

>>> Instructions for working with the program


>>> Repository on GitHub

Source: linux.org.ru

Add a comment