apkdiff

Diff between two APK files.

Stars
119

apkdiff

Overview

Diff two versions of an APK. Useful for seeing what changes have been made after an update.

The output is currently in a 'git diff'-style but there are plans for HTML reports.

Setup

There are a few required dependancies. The versions that have I have personally ran against are listed, but other versions most likely work as well.

Required Dependencies:

Optional Dependencies:

  • Meld 3.22.0 - Required for the -m flag.

Usage

Clone the repo and run python apkdiff.py -h to see all the options.

Example output