You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Fork of [JADX](https://github.com/skylot/jadx) with Model Context Protocol (MCP) integration for AI-powered static code analysis and real-time code review and reverse engineering tasks using Claude.
6
6
7
-
 generated using AI tools.
7
+
 generated using AI tools.
8
8
9
9
---
10
10
@@ -14,8 +14,14 @@
14
14
15
15
Think: "Decompile → Context-Aware Code Review → AI Recommendations" — all in real time.
16
16
17
+
Watch the demo!
18
+
17
19
[](https://www.youtube.com/watch?v=Od86IOkkaHg&autoplay=1)
| Integrate MCP HTTP server inside JADX it self | ❌ | ✅ |
226
+
227
+
I am planning to support real-time GUI access well that's why I used fork. (well that's a for future)
166
228
167
-
# 🧠 Future Roadmap
229
+
This fork allows total control over the GUI and internal project model to support deeper LLM integration, including:
230
+
231
+
- Exporting selected class to MCP
232
+
- Running automated Claude analysis
233
+
- Receiving back suggestions inline
234
+
235
+
---
236
+
237
+
## 🛣️ Future Roadmap
168
238
169
239
- AI-assisted vulnerability scanning (auto-SAST)
170
240
@@ -176,16 +246,36 @@ Then, navigate code and interact via real-time code review prompts using the bui
176
246
177
247
- Perform reverse engieering tasks using LLM
178
248
179
-
# 🙏 Credits
249
+
- Make LLM be able to modify code on JADX
250
+
251
+
## 🙏 Credits
180
252
181
253
This project is a fork of the original JADX, an amazing open-source Android decompiler created and maintained by [@skylot](https://github.com/skylot). All core decompilation logic belongs to them. I have only extended it to support my MCP server with AI capabilities.
182
254
183
255
[📎 Original README (JADX)](https://github.com/skylot/jadx)
184
256
185
257
The original README.md from jadx is included here in this repository for reference and credit.
186
258
187
-
# 🧪 License
259
+
This MCP server is made possible by the extensibility of JADX-GUI and the amazing Android reverse engineering community.
260
+
261
+
Also huge thanks to [@aaddrick](https://github.com/aaddrick) for developing Claude desktop for Debian based linux.
262
+
263
+
## 📄 License
188
264
189
265
This fork inherits the Apache 2.0 License from the original JADX repository.
190
266
267
+
## ⚖️ Legal Warning
268
+
269
+
**Disclaimer**
270
+
271
+
The tools `jadx-ai` and `jadx_mcp_server` are intended strictly for educational, research, and ethical security assessment purposes. They are provided "as-is" without any warranties, expressed or implied. Users are solely responsible for ensuring that their use of these tools complies with all applicable laws, regulations, and ethical guidelines.
272
+
273
+
By using `jadx-ai` or `jadx_mcp_server`, you agree to use them only in environments you are authorized to test, such as applications you own or have explicit permission to analyze. Any misuse of these tools for unauthorized reverse engineering, infringement of intellectual property rights, or malicious activity is strictly prohibited.
274
+
275
+
The developers of `jadx-ai` and `jadx_mcp_server` shall not be held liable for any damage, data loss, legal consequences, or other consequences resulting from the use or misuse of these tools. Users assume full responsibility for their actions and any impact caused by their usage.
276
+
277
+
Use responsibly. Respect intellectual property. Follow ethical hacking practices.
278
+
279
+
---
280
+
191
281
Built with ❤️ for the reverse engineering and AI communities.
0 commit comments