jardiff icon indicating copy to clipboard operation
jardiff copied to clipboard

APK format support

Open thypon opened this issue 10 years ago • 1 comments

JAR contained in /system/framework are in APK format: they contains a classes.dex and resources. Could be possible to extend jardiff to support these files?

thypon avatar Jul 11 '14 08:07 thypon

The problem here is that you need to extract the dex and then either parse its classes and methods in the same format as javap or run a decompiler.

I'm not sure if something like that should be considered in scope. I'll accept a PR but I'm not going to implement it myself.

JakeWharton avatar Jul 13 '14 08:07 JakeWharton