qark icon indicating copy to clipboard operation
qark copied to clipboard

QARk failed to extract zipped apk

Open sudoshekhu opened this issue 7 years ago • 1 comments

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

sudoshekhu avatar Feb 06 '19 06:02 sudoshekhu

Can you update to the newest version and try again? If it doesn't work I suspect your APK file is not actually formed correctly

nwalsh-lnk avatar Feb 10 '19 23:02 nwalsh-lnk