list_smali_files
List smali files in an Apktool project with pagination support and optional filtering by package prefix.
Instructions
List smali files with pagination support and enhanced filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of items to return (0 means use default) | |
| offset | No | Starting offset for pagination | |
| smali_dir | No | Which smali directory to use (smali, smali_classes2, etc.) | smali |
| project_dir | Yes | Path to the APKTool project directory | |
| package_prefix | No | Optional package prefix to filter by (e.g., "com.example") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||