decode_apk
Decode Android APK files for reverse engineering analysis with support for selective resource or source decoding and custom output options.
Instructions
Decode an APK file using APKTool with comprehensive validation and error handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force delete destination directory if it exists | |
| no_res | No | Do not decode resources | |
| no_src | No | Do not decode sources | |
| timeout | No | Command timeout in seconds | |
| apk_path | Yes | Path to the APK file to decode | |
| output_dir | No | Custom output directory (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||