get_apktool_yml
Extract and retrieve apktool.yml configuration details from a decoded APK project for streamlined Android reverse engineering and analysis.
Instructions
Get apktool.yml information from a decoded APK project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_dir": {
"title": "Project Dir",
"type": "string"
}
},
"required": [
"project_dir"
],
"title": "get_apktool_ymlArguments",
"type": "object"
}