Skip to content

Releases: mobilehackinglab/jadx-mcp-plugin

Fix for v1.5

04 Feb 20:05
b6493ee

Choose a tag to compare

  • Fixed issue with file retrieval Error retrieving resource: class jadx.api.ResourceFile cannot be cast to class jadx.api.ICodeInfo (jadx.api.ResourceFile and jadx.api.ICodeInfo are in unnamed module of loader 'app')

v1.5

02 Feb 20:29
26ebc23

Choose a tag to compare

What's Changed

  1. Added new tools to read files from resources
  2. Added new tools to search for xrefs

Full Changelog: v1.4...v1.5

v1.4

09 Dec 09:12
ee3c1b0

Choose a tag to compare

What's Changed

  • Fix for get_method_code and set minimum Java version to 21 by @JH-MHL in #10

Full Changelog: v1.3...v1.4

v1.3

30 Jun 07:04
2982cb6

Choose a tag to compare

What's Changed

  • Added tool to get AndroidManifest #7

Full Changelog: v1.2...v1.3

V1.2

15 Apr 08:48
9bc4168

Choose a tag to compare

What's Changed

  • Added configurable parameter for HTTP interface by @JH-MHL in #5

Full Changelog: v1.1...v1.2

V1.1

10 Apr 19:43
a018369

Choose a tag to compare

  • Added pagination in tool "list_all_classes" and added tool "search_class_by_name" to prevent issue (#2) with larger apps.
  • Moved to up-to-date FastMCP, related to #1.
  • Improved documentation (in code) for MCP client and maintenance.

V1.0

05 Apr 20:59

Choose a tag to compare

First release