apkpure sometimes downloads .apk
files and saves them as .xapk
#1943
Labels
bug
Something isn't working
.apk
files and saves them as .xapk
#1943
Describe the bug
When running
BBOT raised 4
MOBILE_APP
events (and downloaded them) but jadx only de-compiled 3.Looking at the debug log you get this
Running the helper on the file you get this
Downloading the file manually the Content-Disposition header is
attachment; filename=".................._3.2_APKPure.apk"
So the file is an
.apk
file but the apkpure module has named it with a.xapk
extension causing the helper to not detect the type correctly. (This is the same thats happening in the TestCase mentioned in #1932)The apkpure module needs modifying so the file extension is not hardcoded and we rather use the Content-Disposition instead (The extension at least the filename has added crap)
The text was updated successfully, but these errors were encountered: