honeynet / apkinspector

APKinspector is a powerful GUI tool for analysts to analyze the Android applications.
826 stars 243 forks source link

Enhancement: Updating dex2jar [moved] #6

Open ryanwsmith opened 11 years ago

ryanwsmith commented 11 years ago

This is Issue 6 moved from a Google Code project. Added by 2012-02-03T09:31:10.000Z by jan.stot...@googlemail.com. Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

The included dex2jar version is rather old and fails to process certain APK files. 

Replacing the content of the subdirectory "dex2jar" with a newer version (e.g. dex2jar-0.0.9.7) requires some minor changes in JAD.py (see attached diff) as the decompiled jar filename pattern has slightly changed.