extract_dex
Extract DEX files from an APKTool project directory to analyze or modify Android application code. Specify a custom output directory for the extracted files.
Instructions
Extract DEX files from original APK (if available in project).
Args: project_dir: Path to the APKTool project directory output_dir: Optional directory to extract DEX files to
Returns: Dictionary with operation results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_dir | No | ||
project_dir | Yes |