Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a new tool, Androidmeda, to the MASTG tools collection.
Androidmeda is an AI tool designed to deobfuscate Android application code and also find potential vulnerabilities by leveraging the power of Large Language Models (LLMs). It analyzes decompiled Android source code to identify obfuscated patterns and suggests more readable names for variables, methods, and classes to provide a clearer understanding of an application's logic.
It supports both LLM APIs (OpenAI, Gemini, Anthropic) and local LLM inference via Ollama.
Details
MASTG-TOOL-0145Checklist
tools/androidMASTG-TOOL-XXXXnaming conventionAI Tool Disclosure
[e.g. GitHub CoPilot, ChatGPT, JetBrains Junie etc.][e.g. GPT-4.1, Claude Haiku 4.5, Gemini 2.5 Pro etc.][Summarize the key prompts or instructions given to the AI tools][x] I have read the contributing guidelines.
Guidelines for Pull Requests (you can delete this section after reading):
🚫 If you do not check one of the AI Tool Disclosure or contributing guidelines boxes, your PR will not be merged. If you used AI tools to assist you in writing code or text, but fail to provide the required disclosure, your PR will not be merged.