Your message dated Fri, 10 Mar 2017 15:01:54 +0000
with message-id 
<1489158114.3200021.907068424.665f2...@webmail.messagingengine.com>
and subject line 
has caused the Debian Bug report #849403,
regarding diffoscope: Improve support for Android apps
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
849403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: diffoscope
Severity: wishlist

Dear Maintainer,

1. Better handle .dex files

currently enjarify tool is used in order to transform .dex file to .jar, this 
tool can fail (as probably any decompiler) for example:

Command `enjarify -o /tmp/tmpdp3fttiq_diffoscope/classes.jar 
/tmp/tmpw04hjmue_diffoscope/classes.dex` exited with -9. Output: <none>
http://37.218.242.117/com.nbossard.packlist_16.apk.diffoscope.html#classes.dex

No file format specific differences found inside, yet data differs:
http://37.218.242.117/com.ancantus.HYPNOTOAD_4.apk.diffoscope.html#classes.dex

in such cases the fallback is binary comparison, it will be better to:
        * use other decompilers as fallback if enjarify fail, such as:
                jadx - https://github.com/skylot/jadx
                SOOT - https://sable.github.io/soot/
                Dare - http://siis.cse.psu.edu/dare/index.html
                Dex2Jar - https://github.com/pxb1988/dex2jar
                DAD from androguard (which has Debian package 
https://packages.debian.org/sid/androguard )
                        more information: 
https://stackoverflow.com/questions/1249973/decompiling-dex-into-java-sourcecode#36159034
                        
        * if all available decompilers fail, use apktool in order to transform 
.dex file to smali/baksmali 

2. Support parsing android resources not in APK file

Support for some Android files (such as: AndroidManifest.xml & resources.arsc) 
was added in:
https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=3e748664a91b7ced412547a204e1473161425d4f
but it works only if comparing APK files, not directories / when the content 
archived in other format (non ZIP)

--- End Message ---
--- Begin Message ---
(Whoops; there was no need to clone twice - closing the "master" one here)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

--- End Message ---
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to