get_apktool_yml
Extract and retrieve apktool.yml information from a decoded APK project directory for reverse engineering Android applications, returning a structured dictionary for analysis.
Instructions
Get apktool.yml information from a decoded APK project.
Args: project_dir: Path to the APKTool project directory
Returns: Dictionary with apktool.yml content or error
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes |