Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zinja-coder/apktool-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server