theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

Update Library Detection Algorithm #63

Closed theapache64 closed 3 years ago

theapache64 commented 3 years ago

Hint: Use JADX (rather than apktool), analyse .java files (rather than .smali files) and look for the project package rather than all packages.