get_smali_file
Retrieve the smali file content for a given class name to inspect decompiled Android app code.
Instructions
Get content of a specific smali file by class name with validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Full class name (e.g., com.example.MyClass) | |
| project_dir | Yes | Path to the APKTool project directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||