Apktool MCP Server

compare_smali_files

Analyze and compare two smali files to identify differences in their structure and content. Use this tool to debug changes in decompiled Android app code during reverse engineering processes.

Instructions

Compare two smali files and show differences.

Args: file1_path: Path to first smali file file2_path: Path to second smali file

Returns: Dictionary with differences between files

Input Schema

NameRequiredDescriptionDefault
file1_pathYes
file2_pathYes

Input Schema (JSON Schema)

{ "properties": { "file1_path": { "title": "File1 Path", "type": "string" }, "file2_path": { "title": "File2 Path", "type": "string" } }, "required": [ "file1_path", "file2_path" ], "title": "compare_smali_filesArguments", "type": "object" }
ID: jtugu4w3w9