Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniellockyer/apkdiff
Diff between two APK files.
https://github.com/daniellockyer/apkdiff
Last synced: 15 days ago
JSON representation
Diff between two APK files.
- Host: GitHub
- URL: https://github.com/daniellockyer/apkdiff
- Owner: daniellockyer
- Created: 2015-06-18T07:56:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T06:02:11.000Z (over 1 year ago)
- Last Synced: 2024-10-13T07:05:17.917Z (30 days ago)
- Language: Python
- Homepage:
- Size: 237 KB
- Stars: 119
- Watchers: 3
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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:
- [Python](https://www.python.org/downloads/release/python-3112/) 3.11.2
- [apktool](https://ibotpeaches.github.io/Apktool/install/) 2.7.0### Optional Dependencies:
- [Meld](https://meldmerge.org/) 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](https://user-images.githubusercontent.com/964245/130408874-28b8896f-7e92-42e2-8d06-92938cd44ac2.png)