apkdiff icon indicating copy to clipboard operation
apkdiff copied to clipboard

Diff between two APK files.

Results 4 apkdiff issues
Sort by recently updated
recently updated
newest added

* flesh out the README to be more descriptive than something I wrote 7 years ago on a whim

from code looks like both `apktool` and `meld` and `python3` are dependencies that should be mentioned in README. ContainerFile I used: ```shell podman build --rm -t apkdiff -f ContainerFileApkDiff podman...

enhancement
help wanted

error of `No such file or directory: 1/smali` returned when comparing non APK files, see below: ``` echo 1 > /tmp/1 echo 2 > /tmp/2 python3 apkdiff.py /tmp/1 /tmp/2 apktool...

bug
help wanted

I believe that the current `apkdiff.py` is broken on windows (tested on 64 bit win10 with 64 bit python 3.11). I always get the following output: ``` C:\Users\dev\Downloads\test_dir_for_safety>python C:\Users\dev\Documents\GitHub\apkdiff\apkdiff.py C:\Users\dev\Downloads\file1.apk...