linkedin / qark

Tool to look for several security related Android application vulnerabilities
Other
3.2k stars 642 forks source link

No files in exploit Android project #363

Open jcrosby10 opened 4 years ago

jcrosby10 commented 4 years ago

I have ran this against an APK and it seemed to do everything. It created an exploit POC Android app but it fails when trying to build it. I opened the POC project in Android Studio and there are no Java files at all. In the manifest there are a number of Activities, A broadcast receiver, and a few other things declared there. But those files declared in the manifest dont exist in the project. Can the be found somewhere else or am I missing something?