list_smali_directories
Identify and list all smali directories in an Android project to streamline reverse engineering and analysis tasks using Apktool MCP Server integration.
Instructions
List all smali directories in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_dir": {
"title": "Project Dir",
"type": "string"
}
},
"required": [
"project_dir"
],
"title": "list_smali_directoriesArguments",
"type": "object"
}