list_smali_directories
Identify and extract all Smali directories from an APKTool project for reverse engineering Android applications. Provides a dictionary of directory paths for analysis.
Instructions
List all smali directories in a project.
Args: project_dir: Path to the APKTool project directory
Returns: Dictionary with list of smali directories
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes |