modify_smali_file
Modify specific smali files in Android APKs using Apktool MCP Server. Input project directory, class name, and new content to edit smali code directly, with optional backup creation.
Instructions
Modify the content of a specific smali file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
class_name | Yes | ||
create_backup | No | ||
new_content | Yes | ||
project_dir | Yes |