Broken logic since multidex
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
The dex2jar is only running on the first classes.dex file and putting this into a .jar. So the whole decompiling is only done on a split part of the whole apk code. This can be fixed by updating to dex2jar 2.1 and using it directly on the apk. dex2jar 2.1 supports multidex
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named; start by locating the dex2jar invocation in the Python code and inspect how the APK's dex files are selected and converted. Verify that dex2jar 2.1 processes the full multidex APK and that the resulting decompilation includes all dex contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, python
- Domain
- mobile-dev, security, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100