Skip to content

V2.0.0

Compare
Choose a tag to compare
@zinja-coder zinja-coder released this 23 Apr 19:16
· 45 commits to jadx-ai since this release

MAJOR BUG FIX:

  • Lot's of people were facing JDK compatibility issues due to jadx-ai-mcp plugin using com.sun.net.httpserver. Now this has been fixed by migrating to https://github.com/javalin/javalin from com.sun.net.httpserver.
  • The MCP Tool -> main-applicaiton used to fetch all classes' code under mainapplcation was not working as expected. Fixed it by fetching all classes' code under the same package name mentioned in AndroidManifest.xml file. For example, if package="com.zin.adbclicker" in AndroidManifest.xml file, all the classes under com.zin.adbclicker will now be fetched.

Whats New:

  • New MCP Tool:
    • get_main_application_class_names()-> Fetch all the main application classes' names based on the package name defined in the AndroidManifest.xml.