search_in_files
Locate specific text patterns within designated file types in APKTool project directories. Streamlines Android app reverse engineering by targeting .smali and .xml files, with configurable result limits.
Instructions
Search for a pattern in files with specified extensions.
Args: project_dir: Path to the APKTool project directory search_pattern: Text pattern to search for file_extensions: List of file extensions to search in max_results: Maximum number of results to return
Returns: Dictionary with search results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_extensions | No | ||
max_results | No | ||
project_dir | Yes | ||
search_pattern | Yes |