V2.0.0
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 fromcom.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 inAndroidManifest.xml
file. For example, ifpackage="com.zin.adbclicker"
inAndroidManifest.xml
file, all the classes undercom.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.