search_in_files
Search for text patterns in decompiled Android app files using paginated results and file extension filters to find relevant code.
Instructions
Search for patterns in files with pagination 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 | |
| max_results | No | Maximum total results to collect before pagination | |
| project_dir | Yes | Path to the APKTool project directory | |
| case_sensitive | No | Whether search should be case sensitive | |
| search_pattern | Yes | Text pattern to search for | |
| file_extensions | No | List of file extensions to search in |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||