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
ManticoreUI — The Manticore User Interface with plugins for Binary Ninja and Ghidra | Kitploit
Tools/GitHubGitHub/trailofbits/manticoreui
Dynamic Analysis (Sandboxing)Reverse EngineeringDebuggersBinary Analysis
GitHubtrailofbits/manticoreui

ManticoreUI

The Manticore User Interface with plugins for Binary Ninja and Ghidra

View Repository
75113 years 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

============ Manticore UI

.. image:: https://raw.githubusercontent.com/trailofbits/manticore/master/docs/images/manticore.png :width: 200px :align: center :alt: Manticore

The Manticore User Interface (MUI) project provides a graphical user interface plugin for different disassemblers that allows users to interact easily and view the progress of the Manticore symbolic execution engine <https://github.com/trailofbits/manticore>_ for analysis of smart contracts and native binaries.

We are developing MUI plugins for Binary Ninja <https://binary.ninja/>_ and Ghidra <https://ghidra-sre.org/>. Each plugin's respective directory contains information on how to install and use it: binaryninja <plugins/binaryninja> and ghidra <plugins/ghidra>_.

The Manticore Server <server>_ is used by the Ghidra plugin to interact with Manticore over gRPC.

❗ATTENTION❗ This project is experimental and may be unstable or unusable for arbitrary use-cases and targets. Please open an issue if you have any difficulties using the existing features. We will consider new feature suggestions on a case-by-case basis. If possible, please open a pull request to improve or fix the project.


Getting Started


If building from source, please pull the Git submodule(s)::

root@kitploit:~
git submodule update --init

Then, please navigate to the plugin directories: binaryninja <plugins/binaryninja>_ and ghidra <plugins/ghidra>_.

Download Tool