Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
hobbits — A multi-platform GUI for bit-based analysis, processing, and visualization | Kitploit
Tools/GitHubGitHub/mahlet-inc/hobbits
Reverse EngineeringForensicsData RecoveryBinary Analysis
GitHubmahlet-inc/hobbits

hobbits

A multi-platform GUI for bit-based analysis, processing, and visualization

View RepositoryWebsite
7474871 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Discord Chat build, test, release master build, test develop

About

Hobbits was developed at Mahlet in 2019 as an integrated data analysis tool. It was open-sourced and is now (passively) maintained by Adam and anyone who wants to contribute. Join the Discord server if you want to ask questions, contribute, or just chat about binary analysis tools.

Documentation

The documentation is available at mahlet-inc.github.io.

Pre-built binaries

There are pre-built binaries of the latest release on the GitHub releases page.

Using Hobbits

Read the user guide in the documentation and/or watch this walkthrough video

Building from source

  1. Install the required build tools and development libraries.

Ubuntu 22.04 LTS example:

root@kitploit:~
sudo apt-get install -y patchelf libusb-1.0-0-dev libpcap-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools python3-dev ninja-build cmake g++
  1. Build with CMake
root@kitploit:~
cmake -G Ninja -B build .
cmake --build build

If building using the bundled pffft, ensure you clone or checkout with the --recurse-submodules flag.

Adding plugins

Read the plugin developer guide in the documentation.

Screenshot of the Hobbits GUI

Download Tool