QARk failed to extract zipped apk
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
root@kali:~/Desktop/qark# qark --apk DiGieye.apk
Decompiling...
Failed to extract zipped APK from /root/Desktop/qark/DiGieye.apk to /root/Desktop/qark/build/qark
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/qark/decompiler/decompiler.py", line 227, in unzip_file
zipped_apk = zipfile.ZipFile(file_to_unzip, "r")
File "/usr/lib/python2.7/zipfile.py", line 793, in __init__
self._RealGetContents()
File "/usr/lib/python2.7/zipfile.py", line 834, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file
Failed to extract zipped APK
root@kali:~/Desktop/qark# qar
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
Reproduce the reported `qark --apk DiGieye.apk` command and inspect `qark/decompiler/decompiler.py`, especially `unzip_file` around line 227. Check how the APK is passed to Python's `zipfile` handling; done means the reported APK no longer fails with `BadZipfile` during extraction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100