• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Diff between two APK files.

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

image