Facilitates live reverse engineering of Android applications by connecting JADX decompiler with local LLMs via Model Context Protocol (MCP).
JADX enables real-time interaction between the JADX decompiler and local Large Language Models (LLMs) for enhanced reverse engineering workflows. It consists of a standalone Python server that communicates with a modified JADX-GUI plugin (JADX-AI) using the Model Context Protocol (MCP), granting LLMs live access to the decompiled Android app context for tasks like code review, vulnerability detection, and static analysis.