ashubits / android_appsGroupingAnalysis

1 stars 0 forks source link

Add a script to remove all erroneous apps #3

Open ashubits opened 8 years ago

ashubits commented 8 years ago

Write a script to find the apps, which are not able to decompress by apktool and remove them from the formed grouped directories.

utkarshvaish9 commented 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.

ashubits commented 8 years ago

first dowload them from internet and try to check the incorrect decompilation

utkarshvaish9 commented 8 years ago

ok

utkarshvaish9 commented 8 years ago

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

ashubits commented 8 years ago

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.