Saket-Upadhyay / Android-Permission-Extraction-and-Dataset-Creation-with-Python

One script to create a permission-based dataset of android applications for your next ML Malware Detection gizmo.
MIT License
17 stars 11 forks source link

where is updatePermList.txt? #5

Closed sunnie39 closed 3 years ago

sunnie39 commented 3 years ago

i tried this project. but apkError and EERRRROORR appear.

-

Saket-Upadhyay commented 3 years ago

It is a feature, if you want to add more permissions/custom permission in the DefaultPerm list then you can create updatePermList.txt and it will append that into the default list. It is not critical to base operation though.

sunnie39 commented 3 years ago

ok. i see. but base operation doesn't work. what is the problem? i do this project in ubuntu 20.04, python3. i tried to download all project zip file. and i do the code 'python3 ExtractorAIO.py'. but apkError and EERRROORR appear. i don't know why.

Saket-Upadhyay commented 3 years ago

Please check you have some APK files in respective folders, also check your JAVA and JADX path.

There are some issues with new android packages though, but packages packed before Nov,2020 should work fine.

Saket-Upadhyay commented 3 years ago

I am closing this issue as it is about updatePermList.txt, but feel free to create another for different issue, this will help others to solve the problems you are facing. ^_^