Open ashubits opened 8 years ago
I can write the script but i won't be able to check its working as I don't have any app (as of now) which can't be decompressed.
first dowload them from internet and try to check the incorrect decompilation
ok
If the apps were not decompressed at the first place, how come they will be in any assigned groups. All groups have apks which were decompressed by apktool
okay yes, I took it wrong. Actually we need to check if we can generate readable smali files or not from apk files. For this just after decompressing the apk file, read smali file and find opcodes with given list. I you are not able to find any opcodes then remove that file from the group.
Write a script to find the apps, which are not able to decompress by apktool and remove them from the formed grouped directories.