get_smali_file
Extract and retrieve the content of a specific smali file using its class name from an APKTool project directory for Android reverse engineering tasks.
Instructions
Get content of a specific smali file by class name.
Args: project_dir: Path to the APKTool project directory class_name: Full class name (e.g., com.example.MyClass)
Returns: Dictionary with smali file content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
class_name | Yes | ||
project_dir | Yes |